Contributing to Hydrostats¶
Steps¶
The steps to contributing are simple:
- Download git
- Clone the Hydrostats repository
- Develop features that you would like implemented, including a docstring in functions of classes in the numpydoc format.
- Add a test case to cover the code that you created (hydrostats/tests directory, in tests.py)
- Create a new pull request with your changes
A note to members of the BYU-Hydroinformatics group. Please make pull requests before merging changes to the master branch, as this allows continuous integration testing to take place.