Skip to content

Latest commit

 

History

History
executable file
·
19 lines (16 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
19 lines (16 loc) · 742 Bytes

To contribute to the library

  1. Fork this repo and perform all changes on your repo
  2. Read Git Contribution best practices below
  3. Create your feature branch (git checkout -b new_feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin new_feature)
  6. Create a new Pull Request and add proper changelog

Git Contribution best practices

  1. Commit often
  2. Commit related changes
  3. Don't commit half-done work
  4. Test code before commit
  5. Write clear commit messages [what changed ,why ,where ]
  6. Always create a PR for changes from your fork to upstream
  7. Upstream is not a backup system ,your fork is
  8. Use branches for every new/seperate feature ,bug,ideas ,project