diff options
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index bf231554261..7e697ddd89a 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -96,6 +96,9 @@ messages: | |||
| 96 | - Commit messages should not contain the "Signed-off-by:" lines that | 96 | - Commit messages should not contain the "Signed-off-by:" lines that |
| 97 | are used in some other projects. | 97 | are used in some other projects. |
| 98 | 98 | ||
| 99 | - Any lines of the commit message that start with "; " are omitted | ||
| 100 | from the generated ChangeLog. | ||
| 101 | |||
| 99 | - Explaining the rationale for a design choice is best done in comments | 102 | - Explaining the rationale for a design choice is best done in comments |
| 100 | in the source code. However, sometimes it is useful to describe just | 103 | in the source code. However, sometimes it is useful to describe just |
| 101 | the rationale for a change; that can be done in the commit message | 104 | the rationale for a change; that can be done in the commit message |