The contribution guideline is derived from the Conventional Commits contribution guideline
Be kind to one another.
tl;dr: we value constructive interaction.
We use the GitHub flow as main versioning workflow. Contributions are welcome via GitHub pull requests. This guide may help you getting started:
https://opensource.guide/how-to-contribute/#opening-a-pull-request
- Fork the repository
- Create a new branch for each feature, fix or improvement
- Send a pull request from each feature branch to the main branch
It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch.
This allows us to review and pull in new features or improvements individually.
All pull requests SHOULD adhere to the Conventional Commits specification