diff options
author | Glenn Morris <rgm@gnu.org> | 2011-04-16 19:30:56 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-04-16 19:30:56 -0700 |
commit | 14964899b30739df1df344f52f7790e533c698b5 (patch) | |
tree | 7259e436086f1cdb4140e8dfb49c3a9189b5487c /etc/CONTRIBUTE | |
parent | 4d2d1ccdbb655a43976da4c1633c0da3c69080cc (diff) | |
download | emacs-14964899b30739df1df344f52f7790e533c698b5.tar.gz |
* etc/CONTRIBUTE: Recommend bug-gnu-emacs for patches.
Diffstat (limited to 'etc/CONTRIBUTE')
-rw-r--r-- | etc/CONTRIBUTE | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE index df5dd7daefc..990335a3f77 100644 --- a/etc/CONTRIBUTE +++ b/etc/CONTRIBUTE @@ -73,9 +73,12 @@ Every patch must have several pieces of information before we can properly evaluate it. When you have all these pieces, bundle them up in a mail message and -send it to bug-gnu-emacs@gnu.org or emacs-devel@gnu.org. - -All subsequent discussion should be sent to the same mailing list. +send it to the developers. Sending it to bug-gnu-emacs@gnu.org +(which is the bug/feature list) is recommended, because that list +is coupled to a tracking system that makes it easier to locate patches. +If your patch is not complete and you think it needs more discussion, +you might want to send it to emacs-devel@gnu.org instead. If you +revise your patch, send it as a followup to the initial topic. ** Description @@ -155,12 +158,12 @@ giving you write access to the Bazaar repository. Discussion about Emacs development takes place on emacs-devel@gnu.org. -Bug reports and feature requests are sent to bug-gnu-emacs@gnu.org. - -You can subscribe to the mailing lists at savannah.gnu.org/projects/emacs. - -You can find the mailing lists archives at lists.gnu.org or gmane.org. +Bug reports and fixes, feature requests and implementations should be +sent to bug-gnu-emacs@gnu.org, the bug/feature list. This is coupled +to the tracker at http://debbugs.gnu.org . +You can subscribe to the mailing lists, or see the list archives, +by following links from http://savannah.gnu.org/mail/?group=emacs . ** Document your changes. |