diff options
-rw-r--r-- | admin/notes/bugtracker | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index b142ca1ad99..b358cec666d 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker @@ -13,6 +13,11 @@ To: 123-done@emacsbugs.donarmstrong.com with a brief explanation in the body as to why the bug was closed. +To reopen a closed bug #123: +To: control@emacsbugs.donarmstrong.com +reopen 123 + + Bugs can be tagged in various ways (eg wontfix, patch, etc). For a list of available tags, see: http://emacsbugs.donarmstrong.com/Developer#tags @@ -23,3 +28,6 @@ tag 123 wontfix To remove spam from the tracker, email the bug number to don@donarmstrong.com. +Or perhaps reassign to a pseudo "spam" package: +To: control@emacsbugs.donarmstrong.com +reassign 123 spam |