aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bugtracker
diff options
context:
space:
mode:
authorGlenn Morris2008-10-04 18:47:50 +0000
committerGlenn Morris2008-10-04 18:47:50 +0000
commit9376e71f1ce904f2fa7ba049236e7545232cc4fc (patch)
tree2011d70f708558484d6f5b146ebd74d016628087 /admin/notes/bugtracker
parent3dcdb6ea2ccd415f5496e14c926c24877597dd62 (diff)
downloademacs-9376e71f1ce904f2fa7ba049236e7545232cc4fc.tar.gz
emacs-9376e71f1ce904f2fa7ba049236e7545232cc4fc.zip
*** empty log message ***
Diffstat (limited to 'admin/notes/bugtracker')
-rw-r--r--admin/notes/bugtracker22
1 files changed, 18 insertions, 4 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index c2fc842ad5c..50dcb935f16 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -24,9 +24,17 @@ quiet@emacsbugs.donarmstrong.com.
24 24
25** How do I reply to an existing bug report? 25** How do I reply to an existing bug report?
26Reply to 123@emacsbugs.donarmstrong.com, replacing 123 with the number 26Reply to 123@emacsbugs.donarmstrong.com, replacing 123 with the number
27of the bug you are interested in. Cc anyone you like. Do NOT send 27of the bug you are interested in. NB this only sends mail to the
28a copy to the bug list, since this may generate a new report. The 28bug-list, it does NOT (?) send a CC to the original bug submitter.
29only time to send mail to the bug list is to create a new report. 29So you need to explicitly CC him/her (and anyone else you like).
30
31(Many people think the submitter SHOULD be automatically subscribed
32to subsequent discussion, but this does not seem to be implemented.
33See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=37078)
34
35Do NOT send a separate copy to the bug list, since this may generate a
36new report. The only time to send mail to the bug list is to create a
37new report.
30 38
31** When reporting a bug, to send a Cc to another address 39** When reporting a bug, to send a Cc to another address
32(e.g. bug-cc-mode@gnu.org), do not just use a Cc: header. 40(e.g. bug-cc-mode@gnu.org), do not just use a Cc: header.
@@ -34,7 +42,13 @@ Instead, use "X-Debbugs-CC:". This ensures the Cc address will get a
34mail with the bug report number in. 42mail with the bug report number in.
35 43
36** To not get acknowledgement mail from the tracker, 44** To not get acknowledgement mail from the tracker,
37add an "X-Debbugs-No-Ack:" header (with any value). 45add an "X-Debbugs-No-Ack:" header (with any value). If you use Gnus,
46you can add an element to gnus-posting-styles to do this automatically, eg:
47
48("gnu-emacs\\(-pretest\\)?-bug"
49 ("X-Debbugs-No-Ack" "yes"))
50
51(adjust the regexp according to the name you use for the bug lists)
38 52
39** To record a bug in the tracker without sending mail to the bug list. 53** To record a bug in the tracker without sending mail to the bug list.
40This can be useful to make a note of something discussed on 54This can be useful to make a note of something discussed on