Skip to content

Contributing

Philipp Niedermayer edited this page Jan 20, 2025 · 2 revisions

Contributing

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.

Pull requests

  • To submit a feature:
    • Check-out and open a PR against the dev branch
  • To submit a bugfix:
    • Check-out and open a PR against the main branch (or fix-* branch for older versions)
    • Don't forget to increment the bugfix number in the version string at the top of __init__.py
Clone this wiki locally