👋 Hey, thanks for taking the time to contribute! Your help is appreciated.
Bug reports are always welcome, and should be reported as a GitHub issue.
Feature requests are always welcome, this should also be done as a GitHub issue.
Describe the feature that you would like to see as clearly as possible.
Code contributions are welcome as GitHub Pull Requests.
We try to use the same commit message format as the Go programming language.
Example of a good commit message:
kube-score: Update kube-score project to v1.2.3
Fixes #79
The first line of the commit message should contain a short description of the change, prefixed by the primary affected package.
Additional lines can be used if a longer explanation of the change is needed.
Issues should be referenced with the syntax Fixes #123
or Updates #123
to track that this change is related to an issue.
Make a change to the CHANGELOG to include a line item about your change, fix, or addition/feature.