About this blog

Contribution to this blog

However, everybody is welcome to participate.

Steps to contribute/write a post
  1. Fork the repository

  2. Create a new branch of your own for making any changes

  • git checkout -b YOUR_NAME/TITLE_of_ERROR_or_POST
  1. 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)
  1. Create a pull request