If you find a bug or you'd like to propose a feature, please feel free to raise an issue on our issue tracker.
Please note we have a code of conduct, please follow it in all your interactions with the project.
We use trunk-based development: We merge features and improvements into the main
branch frequently. If a large feature takes more than one pull request to develop, and is therefore incomplete, we hide it behind a feature flag. The main
branch should be kept in a state where all checks pass, so that we can release it at any time.
We use continuous integration: Building artifacts, and testing artifacts is done automatically before changes are admitted to the main
branch.
We use Github Actions for automation.