diff options
| author | Michael Albinus | 2019-03-25 18:53:07 +0100 |
|---|---|---|
| committer | Michael Albinus | 2019-03-25 18:53:07 +0100 |
| commit | ace29fcb3715531f3598c1aadde1564a7772990c (patch) | |
| tree | ada409487db7b6818a94a1f733289415790233b0 /CONTRIBUTE | |
| parent | 97a793cba9fc68a9df67622d8d82c443fe10dd9b (diff) | |
| download | emacs-ace29fcb3715531f3598c1aadde1564a7772990c.tar.gz emacs-ace29fcb3715531f3598c1aadde1564a7772990c.zip | |
Explain messages with patches in CONTRIBUTE
* CONTRIBUTE: A message shall contain the string "[PATCH]" in the
subject if there's a patch in the message.
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index efd4bf10ecd..e8bb95df45a 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -59,7 +59,10 @@ such patch without additional remarks, you can use a command like | |||
| 59 | The Emacs issue tracker at https://debbugs.gnu.org lets you view bug | 59 | The Emacs issue tracker at https://debbugs.gnu.org lets you view bug |
| 60 | reports and search the database for bugs matching several criteria. | 60 | reports and search the database for bugs matching several criteria. |
| 61 | Messages posted to the bug-gnu-emacs@gnu.org mailing list, mentioned | 61 | Messages posted to the bug-gnu-emacs@gnu.org mailing list, mentioned |
| 62 | above, are recorded by the tracker with the corresponding bugs/issues. | 62 | above, are recorded by the tracker with the corresponding |
| 63 | bugs/issues. If a message to the bug tracker contains a patch, please | ||
| 64 | include the string "[PATCH]" in the subject of the message in order to | ||
| 65 | let the bug tracker tag the bug properly. | ||
| 63 | 66 | ||
| 64 | GNU ELPA has a 'debbugs' package that allows accessing the tracker | 67 | GNU ELPA has a 'debbugs' package that allows accessing the tracker |
| 65 | database from Emacs. | 68 | database from Emacs. |