aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-09-03 20:31:23 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-01-02 19:34:43 +0100
commit8c7822eafbee8887a2569a7665c53d38de0e9220 (patch)
tree0f5999bc5e94030cb5a4563578eefdd67628ac08
parent6dce37c0327afe9548aa8bf50768f1b07efb4635 (diff)
downloadtcpdump-8c7822eafbee8887a2569a7665c53d38de0e9220.tar.gz
CONTRIBUTING.md: Document the use of "protocol: " in a commit summary
If the commit concerns a protocol, the summary line must start with "protocol: ". (cherry picked from commit 91d3ed4dfbb9e955973dc8301d18992ab2de8be2)
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3009b343..26f226eb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -171,6 +171,9 @@ and ask!
```
First line: Capitalized short summary in the imperative (50 chars or less)
+ If the commit concerns a protocol, the summary line must start with
+ "protocol: ".
+
Body: Detailed explanatory text, if necessary. Fold it to approximately
72 characters. There must be an empty line separating the summary from
the body.