The contribution guideline is derived from the SlimPHP, Istanbul Code Coverage and Ruby contribution guideline
Be kind to one another. We're striving to make Bevy_knossos an inclusive environment that's great for first time open-source contributors.
tldr; we value constructive community interaction, over technical acumen.
Bevy_knossos use the GitHub flow as main versioning workflow
- Fork the Bevy_knossos 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 allow us to review and pull in new features or improvements individually.
All pull requests SHOULD adhere to the Conventional Commits specification
You must agree that your patch will be licensed under the repository Apache License, and when we change the license we will assume that you agreed with the change unless you object to the changes in 30 days time.