diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2017-09-18 17:25:58 +0200 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2017-09-19 17:17:42 +0200 |
commit | 4619b59cb49c5356eaea4650dee3d4de929e082a (patch) | |
tree | 3b17a8f6331b53ce19b60f243361018f79955a81 /doc | |
parent | 5a183a1e2b970c6820b4b151abc4e848e8e05deb (diff) | |
download | guix-4619b59cb49c5356eaea4650dee3d4de929e082a.tar guix-4619b59cb49c5356eaea4650dee3d4de929e082a.tar.gz |
doc: Add a note about closing bug threads.
* doc/contributing.texi (Submitting Patches): Add a note about closing bug
threads by mailing to NNN-done@debbugs.gnu.org.
Suggested-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 323b01628d..1b1875fa0c 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -436,6 +436,9 @@ You are advised to pay attention if your email client changes anything like line breaks or indentation which could potentially break the patches. +When a bug is resolved, please close the thread by sending an email to +@email{@var{NNN}-done@@debbugs.gnu.org}. + @unnumberedsubsec Sending a Patch Series @anchor{Sending a Patch Series} @cindex patch series |