iterative / helm-charts

📦 Iterative Helm charts 🐳
https://helm.iterative.ai/
Apache License 2.0
1 stars 4 forks source link

Standardize commit messages #50

Open jesper7 opened 1 year ago

jesper7 commented 1 year ago

We'd like to include information in all git commit messages about the type of change. To achieve this, we can implement Conventional Commits or use prefixes like bug:, docs:, feat:, etc.

Lastly, we must ensure that all contributor's commit messages conform to this standard via some safeguards like pre-commit or a CI job.

mjasion commented 1 year ago

I am ok, lets start from this one :-)