The git working instructions should include rules and recommendations for commit message formating.
A good candidate for such a rule set are Conventional Commits.
- It is lightweight and simple to follow
- machine readable for rules checking
- plays good together with semantic versioning
Todo:
- Add a page to propose conventional commit message formatting
- Add git hooks to allow commit message format validation
The git working instructions should include rules and recommendations for commit message formating.
A good candidate for such a rule set are Conventional Commits.
Todo: