doc: specify commit message format

I've noticed quite a few pull requests are being submitted with formats
such as feat(abc): or target: at the start of the message.

It will be helpful to have a specific format for this to keep things
consistent.
This commit is contained in:
Daniel Thwaites 2024-01-23 21:06:14 +00:00
parent a9e3ce064a
commit bf31640f49
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D
3 changed files with 38 additions and 0 deletions

View file

@ -13,5 +13,6 @@
# Contributing
- [Contributing](contributing.md)
- [Adding modules](modules.md)
- [Style guide](styling.md)