diff options
| author | Eli Zaretskii | 2023-07-19 15:05:52 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-07-19 15:05:52 +0300 |
| commit | ac075176bf077ad79272e3d6c032c0658e4e19fc (patch) | |
| tree | 1d783d044cad5f59687c4c6ddcc1ac478f492e73 /admin | |
| parent | 815185344713aafb314c6c413ba9f146a7ff017f (diff) | |
| download | emacs-ac075176bf077ad79272e3d6c032c0658e4e19fc.tar.gz emacs-ac075176bf077ad79272e3d6c032c0658e4e19fc.zip | |
; * admin/notes/bugtracker: Fix punctuation.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/notes/bugtracker | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index d1edad17177..b47061884d6 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -39,7 +39,7 @@ tags 123 moreinfo|unreproducible|wontfix|patch|notabug | |||
| 39 | 39 | ||
| 40 | For a list of all bugs, see https://debbugs.gnu.org/db/pa/lemacs.html | 40 | For a list of all bugs, see https://debbugs.gnu.org/db/pa/lemacs.html |
| 41 | This is a static page, updated once a day. There is also a dynamic | 41 | This is a static page, updated once a day. There is also a dynamic |
| 42 | list, generated on request. This accepts various options, e.g. to see | 42 | list, generated on request. This accepts various options, e.g., to see |
| 43 | the most recent bugs: | 43 | the most recent bugs: |
| 44 | 44 | ||
| 45 | https://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100 | 45 | https://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 | |||
| 98 | normal bug reporting.) | 98 | normal 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. |
| 102 | Instead, use "X-Debbugs-Cc:". This ensures the Cc address(es) will get a | 102 | Instead, use "X-Debbugs-Cc:". This ensures the Cc address(es) will get a |
| 103 | mail with the bug report number in. If you do not do this, each reply | 103 | mail with the bug report number in. If you do not do this, each reply |
| 104 | in the subsequent discussion might end up creating a new bug. | 104 | in the subsequent discussion might end up creating a new bug. |
| @@ -230,7 +230,7 @@ Version: 23.0.60 | |||
| 230 | Severity: minor | 230 | Severity: minor |
| 231 | 231 | ||
| 232 | This can also include tags, or any X-Debbugs- setting. | 232 | This can also include tags, or any X-Debbugs- setting. |
| 233 | Some things (e.g. submitter) don't seem to work here. | 233 | Some things (e.g., submitter) don't seem to work here. |
| 234 | 234 | ||
| 235 | Otherwise, send mail to the control server, control@debbugs.gnu.org. | 235 | Otherwise, send mail to the control server, control@debbugs.gnu.org. |
| 236 | At the start of the message body, supply the desired commands, one per | 236 | At the start of the message body, supply the desired commands, one per |
| @@ -259,12 +259,12 @@ where VERSION is XX.YY numerical version number, like 42.1. | |||
| 259 | *** To reopen a closed bug: | 259 | *** To reopen a closed bug: |
| 260 | reopen 123 | 260 | reopen 123 |
| 261 | 261 | ||
| 262 | *** Bugs can be tagged in various ways (e.g. wontfix, patch, etc). | 262 | *** Bugs can be tagged in various ways (e.g., wontfix, patch, etc). |
| 263 | The available tags are: | 263 | The available tags are: |
| 264 | patch wontfix moreinfo unreproducible fixed notabug help security confirmed easy | 264 | patch wontfix moreinfo unreproducible fixed notabug help security confirmed easy |
| 265 | See https://debbugs.gnu.org/Developer#tags | 265 | See https://debbugs.gnu.org/Developer#tags |
| 266 | The list of tags can be prefixed with +, - or =, meaning to add (the | 266 | The list of tags can be prefixed with +, - or =, meaning to add (the |
| 267 | default), remove, or reset the tags. E.g.: | 267 | default), remove, or reset the tags. E.g.: |
| 268 | 268 | ||
| 269 | tags 123 + wontfix | 269 | tags 123 + wontfix |
| 270 | 270 | ||
| @@ -311,7 +311,7 @@ This will add a usertag "any-tag-you-like" to bug#1234. The tag will | |||
| 311 | be associated with the user "emacs". If you omit the first line, | 311 | be associated with the user "emacs". If you omit the first line, |
| 312 | the tag will be associated with your email address. | 312 | the tag will be associated with your email address. |
| 313 | 313 | ||
| 314 | The syntax of the usertags command is the same as that of tags (e.g. wrt | 314 | The syntax of the usertags command is the same as that of tags (e.g., wrt |
| 315 | the optional [=+-] argument). | 315 | the optional [=+-] argument). |
| 316 | 316 | ||
| 317 | b) In an initial submission, in the pseudo-header: | 317 | b) In an initial submission, in the pseudo-header: |
| @@ -346,10 +346,10 @@ This works just like a normal tags search, but with the addition of a | |||
| 346 | https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar | 346 | https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar |
| 347 | 347 | ||
| 348 | *** To merge bugs: | 348 | *** To merge bugs: |
| 349 | E.g. when bad replies create a bunch of new bugs for the same report. | 349 | e.g., when bad replies create a bunch of new bugs for the same report. |
| 350 | Bugs must all be in the same state (e.g. same package(s) and severity | 350 | Bugs must all be in the same state (e.g., same package(s) and severity |
| 351 | -- see 'reassign' and 'severity' below), but need not have the same | 351 | -- see 'reassign' and 'severity' below), but need not have the same |
| 352 | tags (tags are merged). E.g.: | 352 | tags (tags are merged). E.g.: |
| 353 | 353 | ||
| 354 | merge 123 124 125 ... | 354 | merge 123 124 125 ... |
| 355 | 355 | ||
| @@ -558,7 +558,7 @@ debbugs-submit. Approved mail is passed on to the tracker. | |||
| 558 | tracker, since mail from whitelisted senders goes straight through.) | 558 | tracker, since mail from whitelisted senders goes straight through.) |
| 559 | 559 | ||
| 560 | NOTE: An alternative to this would be to use listhelper AT nongnu.org | 560 | NOTE: An alternative to this would be to use listhelper AT nongnu.org |
| 561 | as a moderator address. E.g. the emacs-bug-tracker list uses this. | 561 | as a moderator address. E.g., the emacs-bug-tracker list uses this. |
| 562 | It does basic spam processing on the moderator requests and | 562 | It does basic spam processing on the moderator requests and |
| 563 | automatically rejects the obviously bogus ones. Someone still has to | 563 | automatically rejects the obviously bogus ones. Someone still has to |
| 564 | accept the good ones though. The advantage of this would not be having | 564 | accept the good ones though. The advantage of this would not be having |