👍🎉 First off, thanks for taking the time to contribute! 🎉👍
Issues are created here.
It is not a final one and also I will include the Issue Template later on
We appreciate any contribution, from fixing a grammar mistake in a comment to implementing complex code
. Please read this section if you are contributing your work.
- 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 branch 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).
• Happy Contributing!