Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 917 Bytes

CONTRIBUTING.rst

File metadata and controls

17 lines (13 loc) · 917 Bytes

Contributing

We are always grateful for any kind of contribution including but not limited to bug reports, code enhancements, bug fixes, and even functionality suggestions.

You can report any bug you find or suggest new functionality with a new issue.

If you want to add yourself some functionality:

  • Open an issue
  • Explain the functionality you want to add
  • Fork the repo
  • Create your feature branch (git checkout -b my-new-feature)
  • Rebase your feature branch to the master branch once done with your changes
  • Commit your changes and mention the issue number in the description (git commit -am 'fixes #123, #321; Added my new feature')
  • Create a new Pull Request (PR)
  • mention the issue number in the PR description as fixes #123, #321