The goal of this triage is to prune down the list of old bugs, closing
the ones that are not reproducible on the current release.
- 1. To start, enter debbugs mode (either debbugs-gnu, debbugs-org, or via the
+ 0. To start, check the most relevant bugs blocking a release by
+ calling debbugs-gnu-emacs-release-blocking-reports. If you want
+ to check this for another Emacs version but the next-to-be-released-one,
+ use the "C-u" prefix.
+ 1. After that, enter debbugs mode (either debbugs-gnu, debbugs-org, or via the
web browser), and accept the default list option of bugs that have severity
serious, important, or normal.
2. For each bug, we want to primarily make sure it is still
suggested checklist to follow for handling these bugs, along with
example replies. Closing, tagging, etc., are done
with debbugs control messages, which in debbugs-gnu is initiated
- with a "C".
+ with a "C" or "E".
[ ] Read the mail thread for the bug. Find out if anyone has
been able to reproduce this on the current release. If
someone has been able to, then your work is finished for this
For each new bug, ask the following questions:
1. Is the bug report written in a way to be easy to reproduce (starts from
- emacs -Q, etc.)? If not, ask the reporter to try and reproduce it on an
+ "emacs -Q", etc.)? If not, ask the reporter to try and reproduce it on an
emacs without customization.
2. Is the bug report written against the latest emacs? If not, try to
reproduce on the latest version, and if it can't be reproduced, ask the
start of the message body, one per line.
severity 123 serious|important|normal|minor|wishlist
-tags 123 moreinfo|unreproducible|wontfix|patch
+tags 123 moreinfo|unreproducible|wontfix|patch|notabug
* More detailed information
people's addresses). Do not send mail direct to bug-gnu-emacs or
emacs-pretest-bug unless you are reporting a new bug.
-** To close bug #123 (for example), send mail
+** To close bug#123 (for example), send mail
To: 123-done@debbugs.gnu.org
*** Bugs can be tagged in various ways (eg wontfix, patch, etc).
The available tags are:
-patch wontfix moreinfo unreproducible fixed notabug security confirmed
+patch wontfix moreinfo unreproducible fixed notabug help security confirmed easy
See https://debbugs.gnu.org/Developer#tags
The list of tags can be prefixed with +, - or =, meaning to add (the
default), remove, or reset the tags. E.g.:
2) A usertag is associated with a specific user. This is normally
an email address (with an "@" sign and least 4 characters after the "@"),
-but on debbugs.gnu.org, the definition is less strict - anything with
-5 or more alphanumeric characters will work. For personal tags,
+but on debbugs.gnu.org, it can also be a package name. For personal tags,
using an email address is still recommended. Please only use the
-"emacs" user, or other short users, for "official" tags.
+"emacs" user for "official" tags.
You set usertags in the same way as tags, by talking to the control server.
One difference is that you can also specify the associated user.
user emacs # or email@example.com
usertags 1234 any-tag-you-like
-This will add a usertag "any-tag-you-like" to bug 1234. The tag will
+This will add a usertag "any-tag-you-like" to bug#1234. The tag will
be associated with the user "emacs". If you omit the first line,
the tag will be associated with your email address.