-
Notifications
You must be signed in to change notification settings - Fork 4
Contributing
Philipp Niedermayer edited this page Jan 20, 2025
·
2 revisions
All contributions are welcome ❤️
It's always good to open or comment on an issue and discuss details beforehand, especially if you plan to make larger contributions. For small contributions, feel free to go ahead and open a PR directly.
Make sure to check out the information provided in these sections:
Contributions follow the "inbound=outbound" licensing as defined by the GitHub Terms of Service.
- To submit a feature:
- Check-out and open a PR against the
dev
branch
- Check-out and open a PR against the
- To submit a bugfix:
- Check-out and open a PR against the
main
branch (orfix-*
branch for older versions) - Don't forget to increment the bugfix number in the version string at the top of
__init__.py
- Check-out and open a PR against the