description: >Technical contributions to Bifröst and corresponding guidelines.
Contributing Guidelines
Contributions are welcome via GitHub Pull Requests ("PR"). This document outlines the process to help you get your contribution accepted.
Any kind of contribution is welcome, from adding new features or bug fixes to improving the documentation. However, Engity will review the proposals and perform a triage over them. By doing so, we will ensure that the most valuable contributions for the community will be implemented in due time.
How to Contribute
- Fork this repository, develop, and test your changes.
- Submit a pull request.
- Read and agree to our Contributor License Agreement as requested in the pull request.
Technical Requirements
When submitting a Pull Request ("PR"), make sure that it:
- Must pass CI jobs/actions.
- Must follow Golang best practices.
-
Is signed off with the line
Signed-off-by: <Your-Name> <Your-email>
. Learn more about signing off on commits.Note
Signing-off a commit is different from signing a commit, such as with a GPG key.
PR Approval
- Changes are manually reviewed by Engity's Bifröst team members.
- When the PR passes all tests, the PR is merged by the reviewer(s) in the GitHub
main
branch.
Release process
Schedule
There are no fixed cycles for releases. Currently, they are triggered as soon as bugfixes, security updates or main features arrive.
Creation
First of all, prepare the release notes as usual and merge them.
Once the release notes are ready, a release train is launched by tagging from main
to vX.Y.Z
.
Validation
The vX.Y.Z
tag will go through the release CI.