About this blog
Contribution to this blog
Copyright for blog posts and images belong to the author(s).
However, everybody is welcome to participate.
Steps to contribute/write a post
-
Fork the repository
-
Create a new branch of your own for making any changes
- git checkout -b YOUR_NAME/TITLE_of_ERROR_or_POST
- Commit changes
- make sure to include
> Author: YOUR_NAME
at the top or > Written by YOUR_NAME
at the end of each post
- git commit -am YOUR_COMMIT_MESSAGE (should properly/clearly explain what it is)
- Create a pull request