aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bugtracker
diff options
context:
space:
mode:
authorPo Lu2023-07-20 19:50:45 +0800
committerPo Lu2023-07-20 19:50:45 +0800
commitf9bbe3189b0eee627c3d8bca3221882cf0c29b26 (patch)
tree63c50759b630140a49b92c233a83ff6d5b12bd88 /admin/notes/bugtracker
parent7ff41bf8ed8439c949af4cdd3ae8d01c8cdf997f (diff)
parent4bd8e8c6d2b75d678c13ae34c401668d3e8eecc7 (diff)
downloademacs-f9bbe3189b0eee627c3d8bca3221882cf0c29b26.tar.gz
emacs-f9bbe3189b0eee627c3d8bca3221882cf0c29b26.zip
Merge from origin/emacs-29
4bd8e8c6d2b ; * src/xdisp.c: Fix wording in commentary. 3af27a4b815 Improve commentary in nsfns.m 5de5e4b4d0a Fix typos and ommissions in cus-edit.el 9d93c6ba14a ; * src/xdisp.c: Fix typos in the commentary. 86f2d6d62fc ; * src/xdisp.c: Improve commentary. (Bug#64596) ac075176bf0 ; * admin/notes/bugtracker: Fix punctuation. 81518534471 ; * admin/notes/bugtracker: Use 'e.g.' throughout the doc... f063f79a493 Convert NUL-containing NSString objects to Lisp strings c... d172cd59854 ; * doc/lispref/keymaps.texi (Modifying Menus): Add cross... 927e8b470fc ; * doc/lispref/keymaps.texi (Extended Menu Items): Add @... 77f489421ec ; * src/xdisp.c: Minor improvements of the commentary. ce3f9fba1a3 ; Improve accuracy of out-out-order message insertion 17073af84d7 ; Improve robustness of package-report-bug
Diffstat (limited to 'admin/notes/bugtracker')
-rw-r--r--admin/notes/bugtracker27
1 files changed, 14 insertions, 13 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index deb06f552cc..b47061884d6 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -39,7 +39,7 @@ tags 123 moreinfo|unreproducible|wontfix|patch|notabug
39 39
40For a list of all bugs, see https://debbugs.gnu.org/db/pa/lemacs.html 40For a list of all bugs, see https://debbugs.gnu.org/db/pa/lemacs.html
41This is a static page, updated once a day. There is also a dynamic 41This is a static page, updated once a day. There is also a dynamic
42list, generated on request. This accepts various options, eg to see 42list, generated on request. This accepts various options, e.g., to see
43the most recent bugs: 43the most recent bugs:
44 44
45https://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100 45https://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100
@@ -98,7 +98,7 @@ you might want to have a dialog with the owner address, outside of
98normal bug reporting.) 98normal bug reporting.)
99 99
100** When reporting a new bug, to send a Cc to another address 100** When reporting a new bug, to send a Cc to another address
101(e.g. bug-cc-mode@gnu.org), do NOT just use a Cc: header. 101(e.g., bug-cc-mode@gnu.org), do NOT just use a Cc: header.
102Instead, use "X-Debbugs-Cc:". This ensures the Cc address(es) will get a 102Instead, use "X-Debbugs-Cc:". This ensures the Cc address(es) will get a
103mail with the bug report number in. If you do not do this, each reply 103mail with the bug report number in. If you do not do this, each reply
104in the subsequent discussion might end up creating a new bug. 104in the subsequent discussion might end up creating a new bug.
@@ -138,7 +138,8 @@ The "maintainer email address" is "bug-gnu-emacs@gnu.org" in most cases.
138 138
139** To not get acknowledgment mail from the tracker, 139** To not get acknowledgment mail from the tracker,
140add an "X-Debbugs-No-Ack:" header (with any value). If you use Gnus, 140add an "X-Debbugs-No-Ack:" header (with any value). If you use Gnus,
141you can add an element to gnus-posting-styles to do this automatically, eg: 141you can add an element to gnus-posting-styles to do this automatically,
142e.g.:
142 143
143("gnu-emacs\\(-pretest\\)?-bug" 144("gnu-emacs\\(-pretest\\)?-bug"
144 ("X-Debbugs-No-Ack" "yes")) 145 ("X-Debbugs-No-Ack" "yes"))
@@ -222,14 +223,14 @@ Mail-Followup-To: 123@debbugs.gnu.org, person-who-closed
222** Setting bug parameters. 223** Setting bug parameters.
223There are two ways to set the parameters of bugs in the database 224There are two ways to set the parameters of bugs in the database
224(tags, severity level, etc). When you report a new bug, you can 225(tags, severity level, etc). When you report a new bug, you can
225provide a "pseudo-header" at the start of the report, eg: 226provide a "pseudo-header" at the start of the report, e.g.:
226 227
227Package: emacs 228Package: emacs
228Version: 23.0.60 229Version: 23.0.60
229Severity: minor 230Severity: minor
230 231
231This can also include tags, or any X-Debbugs- setting. 232This can also include tags, or any X-Debbugs- setting.
232Some things (e.g. submitter) don't seem to work here. 233Some things (e.g., submitter) don't seem to work here.
233 234
234Otherwise, send mail to the control server, control@debbugs.gnu.org. 235Otherwise, send mail to the control server, control@debbugs.gnu.org.
235At the start of the message body, supply the desired commands, one per 236At the start of the message body, supply the desired commands, one per
@@ -258,12 +259,12 @@ where VERSION is XX.YY numerical version number, like 42.1.
258*** To reopen a closed bug: 259*** To reopen a closed bug:
259reopen 123 260reopen 123
260 261
261*** Bugs can be tagged in various ways (eg wontfix, patch, etc). 262*** Bugs can be tagged in various ways (e.g., wontfix, patch, etc).
262The available tags are: 263The available tags are:
263patch wontfix moreinfo unreproducible fixed notabug help security confirmed easy 264patch wontfix moreinfo unreproducible fixed notabug help security confirmed easy
264See https://debbugs.gnu.org/Developer#tags 265See https://debbugs.gnu.org/Developer#tags
265The list of tags can be prefixed with +, - or =, meaning to add (the 266The list of tags can be prefixed with +, - or =, meaning to add (the
266default), remove, or reset the tags. E.g.: 267default), remove, or reset the tags. E.g.:
267 268
268tags 123 + wontfix 269tags 123 + wontfix
269 270
@@ -310,7 +311,7 @@ This will add a usertag "any-tag-you-like" to bug#1234. The tag will
310be associated with the user "emacs". If you omit the first line, 311be associated with the user "emacs". If you omit the first line,
311the tag will be associated with your email address. 312the tag will be associated with your email address.
312 313
313The syntax of the usertags command is the same as that of tags (eg wrt 314The syntax of the usertags command is the same as that of tags (e.g., wrt
314the optional [=+-] argument). 315the optional [=+-] argument).
315 316
316b) In an initial submission, in the pseudo-header: 317b) In an initial submission, in the pseudo-header:
@@ -340,15 +341,15 @@ than one email address, but it does not seem to work for me.)
340**** To find bugs tagged with a specific usertag: 341**** To find bugs tagged with a specific usertag:
341 342
342This works just like a normal tags search, but with the addition of a 343This works just like a normal tags search, but with the addition of a
343"users" field. Eg: 344"users" field. E.g.:
344 345
345https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar 346https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar
346 347
347*** To merge bugs: 348*** To merge bugs:
348Eg when bad replies create a bunch of new bugs for the same report. 349e.g., when bad replies create a bunch of new bugs for the same report.
349Bugs must all be in the same state (e.g. same package(s) and severity 350Bugs must all be in the same state (e.g., same package(s) and severity
350-- see 'reassign' and 'severity' below), but need not have the same 351-- see 'reassign' and 'severity' below), but need not have the same
351tags (tags are merged). E.g.: 352tags (tags are merged). E.g.:
352 353
353merge 123 124 125 ... 354merge 123 124 125 ...
354 355
@@ -557,7 +558,7 @@ debbugs-submit. Approved mail is passed on to the tracker.
557tracker, since mail from whitelisted senders goes straight through.) 558tracker, since mail from whitelisted senders goes straight through.)
558 559
559NOTE: An alternative to this would be to use listhelper AT nongnu.org 560NOTE: An alternative to this would be to use listhelper AT nongnu.org
560as a moderator address. Eg the emacs-bug-tracker list uses this. 561as a moderator address. E.g., the emacs-bug-tracker list uses this.
561It does basic spam processing on the moderator requests and 562It does basic spam processing on the moderator requests and
562automatically rejects the obviously bogus ones. Someone still has to 563automatically rejects the obviously bogus ones. Someone still has to
563accept the good ones though. The advantage of this would not be having 564accept the good ones though. The advantage of this would not be having