comparison admin/notes/bugtracker @ 96389:c859b77bcd7f

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 28 Jun 2008 03:50:16 +0000
parents e80f4eb078ee
children e29fc647bad3
comparison
equal deleted inserted replaced
96388:7ed97437d100 96389:c859b77bcd7f
25 To: control@emacsbugs.donarmstrong.com 25 To: control@emacsbugs.donarmstrong.com
26 26
27 reopen 123 27 reopen 123
28 thanks 28 thanks
29 29
30 ** quit|stop|thank|thanks|thankyou|thank you
31 On a line by itself, this tells the control server to ignore the rest of
32 the message.
30 33
31 ** Bugs can be tagged in various ways (eg wontfix, patch, etc). 34 ** Bugs can be tagged in various ways (eg wontfix, patch, etc).
32 For a list of available tags, see: 35 For a list of available tags, see:
33 http://emacsbugs.donarmstrong.com/Developer#tags 36 http://emacsbugs.donarmstrong.com/Developer#tags
34 37
35 ** To tag bug #123 (for example), send a mail of the form: 38 ** To tag bug #123 (for example), send a mail of the form:
36 39
37 To: control@emacsbugs.donarmstrong.com 40 To: control@emacsbugs.donarmstrong.com
38 41
39 tag 123 wontfix 42 tags 123 wontfix
40 thanks 43 thanks
41 44
42 Or just add the 45 Or just add the
43 46
44 tag 123 wontfix 47 tags 123 wontfix
45 thanks 48 thanks
46 49
47 at the beginning of a reply. 50 at the beginning of a reply. The tag can be prefixed with +, - or =,
51 meaning to add (the default), remove, or reset the tags.
48 52
49 ** To remove spam from the tracker, move it to the `spam' pseudo-package: 53 ** To remove spam from the tracker, move it to the `spam' pseudo-package:
50 54
51 To: control@emacsbugs.donarmstrong.com 55 To: control@emacsbugs.donarmstrong.com
52 56
53 reassign 123 spam 57 reassign 123 spam
54 thanks 58 thanks
59
60 ** To merge bugs:
61 Eg when bad replies create a bunch of new bugs for the same report.
62 Bugs must all be in the same state.
63
64 To: control@emacsbugs.donarmstrong.com
65 merge 123 124 125 ...
66
67 ** To set severity:
68
69 To: control@emacsbugs.donarmstrong.com
70 severity 123 critical|grave|serious|important|normal|minor|wishlist
71
72 See http://emacsbugs.donarmstrong.com/Developer#severities for the meanings.