When contributing to this repository, please first discuss the change you wish to make via an issue with the owners of this repository before making a change.
Please note BindPlane OP follows the CNCF Code of Conduct, please follow it in all your interactions with the project.
Please open an issue for your contribution if one does not already exists.
- Fork it
- Create your branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create new pull request
- Link to the issue your pull request resolves.
The pull request title should have one of the following prefixs:
feat:
: Features.fix:
: Bug or other Fixes.deps:
: Dependency changes, such as Go modules, container images, Action versions.
If your pull request is not related to one of the three topics, any descriptive title will do. The pull request will
be included in the Other
category in the release notes.