# HG changeset patch # User Glenn Morris # Date 1214625016 0 # Node ID c859b77bcd7fda7961e21b57dca314fb614b3e10 # Parent 7ed97437d1002b7a219e50db798c1eaa0ffe4c73 *** empty log message *** diff -r 7ed97437d100 -r c859b77bcd7f admin/notes/bugtracker --- 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.