It is not a final one and also I will include the Issue Template later on
Please read this document before writing any commit
- Fork the repo ()
- Clone it to your pc
- config remote storage in the cloned storage and make a tempory brench for pull request (git remote -v)
- after that commit and push the code in the branch that we just made it
- push the Compare & pull request or wait until it has been approved
- after that remove the temp brench and sync your fork ($ git checkout master, git pull origin)
If changes to the master branch have a conflict, it should be merged with a merge commit (git fetch upstream/master; git merge upstream/master).