Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 924 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 924 Bytes

#Contributing to PM code

In order to make a contribution to this pakcage, tehre are just a few things to have in mind.

NOTE: Please make sure that there is already no exisiting issue related with whatever you want to report.

####To contribute:

  1. Create an issue describing the bug/suggestion/improvement/... here.
  2. Fork this repository to your GitHub account
  3. Make the necessary changes/additions to your forked pm repository
  4. Please make sure that you've documented your code and changes using sphinx syntax, as the documentation will be automatically generated using this engine, and published to ReadTheDocs <add link to read the docs>
  5. Pull Request and wait for some responsible to review and merge the code

That's it! And thanks a lot!