diff options
Diffstat (limited to 'admin/notes/bugtracker')
| -rw-r--r-- | admin/notes/bugtracker | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index b00f1911652..bdbb3b639a7 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -15,7 +15,8 @@ i) Your report will be assigned a number and generate an automatic reply. | |||
| 15 | ii) Optionally, you can set some database parameters when you first | 15 | ii) Optionally, you can set some database parameters when you first |
| 16 | report a bug (see "Setting bug parameters" below). | 16 | report a bug (see "Setting bug parameters" below). |
| 17 | 17 | ||
| 18 | iii) If you want to CC: someone, use X-Debbugs-CC: (see below). | 18 | iii) If you want to CC: someone, use X-Debbugs-CC: (this is important; |
| 19 | see below). | ||
| 19 | 20 | ||
| 20 | Once your report is filed and assigned a number, it is sent out to the | 21 | Once your report is filed and assigned a number, it is sent out to the |
| 21 | bug mailing list. In some cases, it may be appropriate to just file a | 22 | bug mailing list. In some cases, it may be appropriate to just file a |
| @@ -37,9 +38,11 @@ new report. The only time to send mail to the bug list is to create a | |||
| 37 | new report. | 38 | new report. |
| 38 | 39 | ||
| 39 | ** When reporting a bug, to send a Cc to another address | 40 | ** When reporting a bug, to send a Cc to another address |
| 40 | (e.g. bug-cc-mode@gnu.org), do not just use a Cc: header. | 41 | (e.g. bug-cc-mode@gnu.org), do NOT just use a Cc: header. |
| 41 | Instead, use "X-Debbugs-CC:". This ensures the Cc address will get a | 42 | Instead, use "X-Debbugs-CC:". This ensures the Cc address will get a |
| 42 | mail with the bug report number in. | 43 | mail with the bug report number in. If you do not do this, each reply |
| 44 | in the subsequent discussion will end up creating a new bug. This is | ||
| 45 | annoying. | ||
| 43 | 46 | ||
| 44 | ** To not get acknowledgement mail from the tracker, | 47 | ** To not get acknowledgement mail from the tracker, |
| 45 | add an "X-Debbugs-No-Ack:" header (with any value). If you use Gnus, | 48 | add an "X-Debbugs-No-Ack:" header (with any value). If you use Gnus, |