CONTRIBUTING: Avoid "Tested:" sections in commit messages
Frequently they're so vague it's not even clear what testing occurred,
making the whole statement moot. Please only include them if you have
something substantial to say.
Change-Id: I2d4e9b16cbdd0a29100a99542534b2efd97533b5
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6db699d..99c1675 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -236,6 +236,14 @@
- [ ] My commit message subject is prefixed with the name of the impacted
subsystem
+- [ ] My commit message describes testing practices only if the discussion is
+ substantive.
+ - The description must contain enough information for someone else to
+ reproduce the setup and verify the results.
+
+ - A section on testing should not be added if there was no specific testing
+ performed
+
## Adding a new API
### Naming macros, functions and types