The best way to support the development of convtools is to spread the word!
Also, if you already are a convtools user, we would love to hear about your use cases and challenges in the Discussions section.
To report a bug or suggest enhancements, please open an issue and/or submit a pull request.
Reporting a Security Vulnerability: see the security policy.
Unless your change is trivial, please start a discussion or submit an issue to discuss before creating a pull request.
- clone the repo
- install python 3.10
- install dev requrements:
pip install -r ci-requirements/requirements3.10.out
- make a change
- make sure tests are passed:
pytest
- make sure checks are passed:
make checks
- make sure docs are building:
make docs
- include the info to be put into the changelog in PR description
- commit the changes and open a pull request