CONTRIBUTING: Document subject prefix expectation
Prefixing the commit subject with the impacted subsystem is often
helpful when glancing at the oneline commit logs.
Change-Id: I5d57540526435ebc3b347c8510aaefd615f35b05
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 389952a..6db699d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -231,6 +231,11 @@
meson setup ... -Dlibpldm:abi=deprecated,stable,testing ...
```
+## General practices
+
+- [ ] My commit message subject is prefixed with the name of the impacted
+ subsystem
+
## Adding a new API
### Naming macros, functions and types