Follow the code style of the project.
The project is linted and formatted using ruff
. Simply run make format
to format the entire project.
For any issue and/or feature, please double-check that there isn't already an open ticket for it in the issues tab.
Fill in the Bug report template. Be sure to add any helpful details.
Fill in the Feature request template. Be mindful that new features will not always be considered if they offer little added value to the package.
Approved pull requests will be squashed into one single commit with a conventional commit compliant commit message. Be sure to mention the GitHub issue you're fixing if one was already open.