emacs/admin/notes/bugtracker

55 lines
1.3 KiB
Text
Raw Normal View History

2008-06-03 06:22:40 +00:00
NOTES ON THE EMACS BUG TRACKER -*- outline -*-
2008-05-31 20:03:37 +00:00
2008-06-03 06:22:40 +00:00
The Emacs Bug Tracker can be found at http://emacsbugs.donarmstrong.com/
2008-05-31 20:03:37 +00:00
2008-06-03 06:22:40 +00:00
For a list of all bugs, see http://emacsbugs.donarmstrong.com/emacs
2008-05-31 20:03:37 +00:00
2008-06-03 06:22:40 +00:00
** When reporting a bug, to send a Cc to another address (e.g.
bug-cc-mode@gnu.org), do not just use a Cc: header.
2008-06-03 03:10:53 +00:00
Instead, use "X-Debbugs-CC:". This ensures the Cc address will get a
mail with the bug report number in.
2008-06-03 06:22:40 +00:00
** To not get acknowledgement mail from the tracker,
add an "X-Debbugs-No-Ack:" header (with any value).
2008-06-03 03:10:53 +00:00
2008-06-03 06:22:40 +00:00
** To close bug #123 (for example), send mail
2008-06-03 03:10:53 +00:00
2008-06-03 06:22:40 +00:00
To: 123-done@emacsbugs.donarmstrong.com
2008-05-31 20:03:37 +00:00
with a brief explanation in the body as to why the bug was closed.
2008-06-03 06:22:40 +00:00
** To reopen a closed bug #123:
To: control@emacsbugs.donarmstrong.com
reopen 123
thanks
2008-06-02 02:08:34 +00:00
2008-06-03 06:22:40 +00:00
** Bugs can be tagged in various ways (eg wontfix, patch, etc).
2008-05-31 20:03:37 +00:00
For a list of available tags, see:
http://emacsbugs.donarmstrong.com/Developer#tags
2008-06-03 06:22:40 +00:00
** To tag bug #123 (for example), send a mail of the form:
To: control@emacsbugs.donarmstrong.com
tag 123 wontfix
thanks
Or just add the
tag 123 wontfix
thanks
at the beginning of a reply.
** To remove spam from the tracker, move it to the `spam' pseudo-package:
2008-05-31 20:03:37 +00:00
2008-06-03 06:22:40 +00:00
To: control@emacsbugs.donarmstrong.com
2008-05-31 20:03:37 +00:00
2008-06-03 06:22:40 +00:00
reassign 123 spam
thanks