]> code.delx.au - gnu-emacs/blobdiff - CONTRIBUTE
Update eieio tests for recent eieio-core change.
[gnu-emacs] / CONTRIBUTE
index 1e04e3bbac64d5932c6e8328bb13b79a92c8816e..7e697ddd89a51f9452a3279d75212092657956cb 100644 (file)
@@ -76,8 +76,9 @@ messages:
   file first line (starting with the asterisk).  Then there is no
   individual files section.
 
-- If the commit has authors other than yourself, the commit message
-  should contain a separate line like the following:
+- If the commit has more than one author, the commit message should
+  contain separate lines to mention the other authors, like the
+  following:
 
        Co-authored-by: Joe Schmoe <j.schmoe@example.org>
 
@@ -95,6 +96,9 @@ messages:
 - Commit messages should not contain the "Signed-off-by:" lines that
   are used in some other projects.
 
+- Any lines of the commit message that start with "; " are omitted
+  from the generated ChangeLog.
+
 - Explaining the rationale for a design choice is best done in comments
   in the source code.  However, sometimes it is useful to describe just
   the rationale for a change; that can be done in the commit message