Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1.2 KB

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Issue tracker

Issues are created here.

Issue Sample

It is not a final one and also I will include the Issue Template later on

Commit Rule

Commit Rules

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.

How to Contribute

  1. Fork the repo ()
  2. Clone it to your pc
  3. config remote storage in the cloned storage and make a tempory brench for pull request (git remote -v)
  4. after that commit and push the code in the branch that we just made it
  5. push the Compare & pull request or wait until it has been approved
  6. 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!