changeset 787:86c9d58ed3ee

misc: update CONTRIBUTE.md
author David Demelier <markand@malikania.fr>
date Thu, 08 Nov 2018 07:03:37 +0100
parents be2aef228613
children 3c090c1ff4f0
files CONTRIBUTE.md
diffstat 1 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/CONTRIBUTE.md	Wed Nov 07 21:05:58 2018 +0100
+++ b/CONTRIBUTE.md	Thu Nov 08 07:03:37 2018 +0100
@@ -91,16 +91,20 @@
 
 Commit messages are written using the following syntax:
 
-    Topic: short message less than 80 characters
+    topic: short message less than 80 characters
 
     Optional additional description if needed.
 
-Replace `Topic` with one of the following:
+Replace `topic` with one of the following:
 
-- **CMake**: for the build system,
-- **Docs**: for the documentation,
-- **Misc**: for miscellaneous files,
-- **Tests**: for the unit tests.
+- **cmake**: for the build system,
+- **doc**: for the documentation,
+- **irccd**: irccd libraries and frontend,
+- **irccdctl**: irccd libraries and frontend.
+- **misc**: for miscellaneous files,
+- **plugin xyz**: plugin named xyz.
+- **release**: release management,
+- **tests**: for the unit tests,
 
 ### Quick way
 
@@ -149,18 +153,18 @@
     tag:         tip
     user:        François Jean <fj@gmail.com>
     date:        Thu Dec 08 16:08:40 2016 +0100
-    summary:     Topic: some other changes
+    summary:     topic: some other changes
 
     changeset:   21:f27e577c5504
     user:        François Jean <fj@gmail.com>
     date:        Thu Dec 08 16:03:06 2016 +0100
-    summary:     Topic: some changes
+    summary:     topic: some changes
 
     changeset:   20:777023816ff9
     bookmark:    @
     user:        David Demelier <markand@malikania.fr>
     date:        Thu Dec 08 16:02:26 2016 +0100
-    summary:     Misc: fix a bug
+    summary:     misc: fix a bug
 
 The two revisions I want to export are 21 and 22, so I use `hg email -r 21:22`,
 once done, see the section below.