Contributions are welcome. By participating, you agree to maintain a respectful and constructive environment.
For coding standards, testing patterns, architecture guidelines, commit conventions, and all development practices, refer to the Development Guide.
- Fork and clone the repository
- Create a branch:
git checkout -b feat/my-change - Install dependencies:
go mod download
- Build the binary:
make build
- Make your changes
- Validate:
make lint make test make sast - Update
CHANGELOG.mdunder[Unreleased] - Commit following the commit conventions
- Open a pull request against
main