2. Contribution Guidelines#
2.1. Submit a new Feature#
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag enhancement.
Next, you can follow this checklist:
Fork the Project
Create your Feature Branch (
git checkout -b feature/AmazingFeature
)Commit your Changes (
git commit -m 'Add some AmazingFeature'
)Push to the Branch (
git push origin feature/AmazingFeature
)Open a Pull Request
Tip
If you still need some time developing your feature, you can mark your pull request as a draft.
2.2. Submit an Issue#
Feel free to open up any issues you’ve encoutered. Please describe what happend and provide the detailed exception traceback.
2.3. Running Tests#
Tests were developed using pytest
and can be executed using either tox
or pytest
:
$ tox # or just 'pytest'
2.4. Having a general question?#
Just ask! You can either use Discussions or Github Issues.