aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-05-31 14:56:37 +0200
committerXinglu Chen <public@yoctocell.xyz>2021-05-31 14:56:37 +0200
commit3395de2094a23bfd5125ff166de4b4e2c9500562 (patch)
tree7367e0f98f141bb16a6245fd3aa1dff0372971c6
parent9076da881948c59b947fa5a68b220df9c4773081 (diff)
doc: Add paragraph about commit message format.
* git-email.texi (Contributing): Add paragraph about formatting commit messages in the ChangeLog format. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
-rw-r--r--doc/git-email.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git-email.texi b/doc/git-email.texi
index 02627a1..38e3408 100644
--- a/doc/git-email.texi
+++ b/doc/git-email.texi
@@ -343,6 +343,10 @@ You are welcome to send patches and bug reports to the
@uref{https://lists.sr.ht/~yoctocell/git-email-devel, git-email-devel}
mailing list.
+Please format commit messages in the ChangeLog format (@pxref{Change
+Logs,,, standards, GNU Coding Standards}); you can check the commit log
+for examples.
+
If you are using @uref{https://guix.gnu.org/, GNU Guix}, you can create
a development environment by running @command{guix environment
--load=guix.scm} (see the @file{guix.scm} file for more details).