Mercurial > emacs
changeset 96389:c859b77bcd7f
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 28 Jun 2008 03:50:16 +0000 |
parents | 7ed97437d100 |
children | 02d657f45045 |
files | admin/notes/bugtracker |
diffstat | 1 files changed, 21 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/notes/bugtracker Fri Jun 27 23:29:15 2008 +0000 +++ b/admin/notes/bugtracker Sat Jun 28 03:50:16 2008 +0000 @@ -27,6 +27,9 @@ reopen 123 thanks +** quit|stop|thank|thanks|thankyou|thank you +On a line by itself, this tells the control server to ignore the rest of +the message. ** Bugs can be tagged in various ways (eg wontfix, patch, etc). For a list of available tags, see: @@ -36,15 +39,16 @@ To: control@emacsbugs.donarmstrong.com - tag 123 wontfix + tags 123 wontfix thanks Or just add the - tag 123 wontfix + tags 123 wontfix thanks -at the beginning of a reply. +at the beginning of a reply. The tag can be prefixed with +, - or =, +meaning to add (the default), remove, or reset the tags. ** To remove spam from the tracker, move it to the `spam' pseudo-package: @@ -52,3 +56,17 @@ reassign 123 spam thanks + +** To merge bugs: +Eg when bad replies create a bunch of new bugs for the same report. +Bugs must all be in the same state. + + To: control@emacsbugs.donarmstrong.com + merge 123 124 125 ... + +** To set severity: + + To: control@emacsbugs.donarmstrong.com + severity 123 critical|grave|serious|important|normal|minor|wishlist + +See http://emacsbugs.donarmstrong.com/Developer#severities for the meanings.