Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 916 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 916 Bytes

#Contributing to TACA code

When contribution to this package please have the following things in mind:

NOTE: Please make sure that there are no exisiting issues relating to 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 TACA 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
  5. Pull Request and wait for some responsible to review and merge the code

That's it! And thanks a lot!