Contributions (pull requests) are very welcome!
First fork the library on GitHub.
Then clone and install the library in development mode:
git clone https://github.com/your-username-here/dynamax.git
cd dynamax
pip install -e '.[dev]'
Now make your changes. Make sure to include additional tests if necessary.
Next verify the tests all pass:
pip install pytest
pytest
Then commit your changes and push back to your fork of the repository:
git add <the files you want to commit>
git commit -m "<an informative commit message>"
git push
Finally, open a pull request on GitHub!
Please see this list of open issues, especially ones tagges as "help wanted".
Contributions to this project means that the contributors agree to releasing the contributions under the MIT license.