Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 1.08 KB

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.

Development

Branches

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.

Continuous Integration (CI)

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.