<div dir="ltr">In order to do development : <br><div><br>* Fork it <br>* Identify the issue<br>* Post the issue and discuss <br>* Branch out of master with a sensible name ( Use the issue ID in the name for reference )<br>* Run test on your  new branch<br>* Write a test on your hypothesis <br>    * Name the test with a sensible one.<br>    * Create a test that fails showing the issue<br>    * Give a comment with the issue ID.<br>    * Sensible test error message should contain the issue ID for reference.<br>    * Follow Idempotent in test.<br>        * Write a test that can be run again and again.<br>        * That test should not have any side effect.<br>* git status to see all the changes that you have made so far.<br>* git diff to review your code changes so far.<br>* git commit -a the changes with a sensible commit message, maybe with the issue ID for reference.<br>* git checkout master<br>* git pull upstream master<br>* git checkout <your branch><br>* git rebase master<br>    * Fix all the conflicts<br>* git push <your remote> <your branch><br>* Create a pull request to the master.<br>* After the pull request is accepted it’ll be in master of upstream.<br>* Delete your branch locally and remote as well.<br clear="all"><br><div class="gmail_signature"><div dir="ltr"><span><div><div dir="ltr"><br><br>-- <br><span><font color="#888888"><span></span></font></span><font color="#171314"><span style="font-size:16px"><b>Sudipta Sen<br></b>Software Engineer<b><br></b></span></font><span style="background-color:rgb(255,255,255)"><span style="color:rgb(255,0,0)"><br>M: </span></span><span style="color:rgb(0,0,0)">(+91) 906 625 8469</span><br><span style="color:rgb(253,183,45)"><span style="color:rgb(255,0,0)">E:</span> <span style="background-color:rgb(255,255,255)"><span style="color:rgb(0,0,0)">sudsen</span></span></span><a target="_blank" style="color:rgb(67,67,67);text-decoration:none" href="mailto:brittney@gopassport.com">@redhat.com</a><br><span><span style="color:rgb(253,183,45)"><span style="color:rgb(255,0,0)">E:</span> <span style="background-color:rgb(255,255,255)"><span style="color:rgb(0,0,0)">sanborn.sen</span></span></span><a target="_blank" style="color:rgb(67,67,67);text-decoration:none" href="mailto:brittney@gopassport.com">@gmail.com</a></span><a target="_blank" style="color:rgb(67,67,67);text-decoration:none" href="http://www.gopassport.com/"><span style="background-color:rgb(255,255,255)"><span></span></span></a><br><br><a target="_blank" style="color:rgb(17,85,204)" href="https://www.facebook.com/ssudipta.ssen"><img src="https://s3.amazonaws.com/passportmedia/emailsig/facebook.png" alt="Facebook"></a> <a target="_blank" style="color:rgb(17,85,204)" href="https://in.linkedin.com/in/sudipta-sen-16247455"><img src="https://s3.amazonaws.com/passportmedia/emailsig/linkedin.png" alt="Linkedin"></a> <a target="_blank" style="color:rgb(17,85,204)" href="https://twitter.com/SudiptaSen7"><img src="https://s3.amazonaws.com/passportmedia/emailsig/twitter.png" alt="Twitter"></a>  <br><br><span><span><a target="_blank" href="http://redhat.com/"><img src="https://www.google.com/a/redhat.com/images/logo.gif" alt="http://redhat.com/" width="124" height="51"></a></span></span></div></div></span></div></div>
</div></div>