comparison admin/notes/bugtracker @ 96506:675709b2568f

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 04 Jul 2008 19:32:56 +0000
parents 33f362ef6010
children 5f641e3c827d
comparison
equal deleted inserted replaced
96505:bbe6c9643969 96506:675709b2568f
64 ... 64 ...
65 quit|stop|thank|thanks|thankyou|thank you 65 quit|stop|thank|thanks|thankyou|thank you
66 66
67 The control server ignores anything after the last line above. So you 67 The control server ignores anything after the last line above. So you
68 can place control commands at the beginning of a reply to a bug 68 can place control commands at the beginning of a reply to a bug
69 report, and Cc: the control server (note the commands have no effect 69 report, and Bcc: the control server (note the commands have no effect
70 if you just send them to the bug-report number). 70 if you just send them to the bug-report number). Bcc: is better than Cc:
71 in case people use Reply-to-All in response.
71 72
72 Some useful control commands: 73 Some useful control commands:
73 74
74 *** To reopen a closed bug: 75 *** To reopen a closed bug:
75 reopen 123 76 reopen 123
76 77
77 *** Bugs can be tagged in various ways (eg wontfix, patch, etc). 78 *** Bugs can be tagged in various ways (eg wontfix, patch, etc).
78 For a list of available tags, see: 79 The available tags are:
79 http://emacsbugs.donarmstrong.com/Developer#tags 80 patch wontfix moreinfo unreproducible fixed notabug
80 The tag can be prefixed with +, - or =, meaning to add (the default), 81 Note that the list at http://emacsbugs.donarmstrong.com/Developer#tags
81 remove, or reset the tags. E.g.: 82 is incorrect, at least for Emacs.
83 The list of tags can be prefixed with +, - or =, meaning to add (the
84 default), remove, or reset the tags. E.g.:
82 85
83 tags 123 +wontfix 86 tags 123 + wontfix
84 87
85 *** To merge bugs: 88 *** To merge bugs:
86 Eg when bad replies create a bunch of new bugs for the same report. 89 Eg when bad replies create a bunch of new bugs for the same report.
87 Bugs must all be in the same state, but need not have the same tags. E.g.: 90 Bugs must all be in the same state, but need not have the same tags. E.g.:
88 91
105 The shorthand `!' means your own address. 108 The shorthand `!' means your own address.
106 109
107 *** To mark a bug as fixed in a particular version: 110 *** To mark a bug as fixed in a particular version:
108 fixed 123 23.0.60 111 fixed 123 23.0.60
109 112
113 *** To remove a "fixed" mark:
114 notfixed 123 23.0.60
115
110 ** To remove spam from the tracker, move it to the `spam' pseudo-package: 116 ** To remove spam from the tracker, move it to the `spam' pseudo-package:
111 reassign 123 spam 117 reassign 123 spam