Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 1.05 KB

Contributing

Code style

Follow the code style of the project.

The project is linted and formatted using ruff. Simply run make format to format the entire project.

Issues

For any issue and/or feature, please double-check that there isn't already an open ticket for it in the issues tab.

Creating a bug report

Fill in the Bug report template. Be sure to add any helpful details.

Requesting a new feature

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.

Pull requests

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.