aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-04-16 19:30:56 -0700
committerGlenn Morris2011-04-16 19:30:56 -0700
commit14964899b30739df1df344f52f7790e533c698b5 (patch)
tree7259e436086f1cdb4140e8dfb49c3a9189b5487c
parent4d2d1ccdbb655a43976da4c1633c0da3c69080cc (diff)
downloademacs-14964899b30739df1df344f52f7790e533c698b5.tar.gz
emacs-14964899b30739df1df344f52f7790e533c698b5.zip
* etc/CONTRIBUTE: Recommend bug-gnu-emacs for patches.
-rw-r--r--etc/CONTRIBUTE19
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
73can properly evaluate it. 73can properly evaluate it.
74 74
75When you have all these pieces, bundle them up in a mail message and 75When you have all these pieces, bundle them up in a mail message and
76send it to bug-gnu-emacs@gnu.org or emacs-devel@gnu.org. 76send it to the developers. Sending it to bug-gnu-emacs@gnu.org
77 77(which is the bug/feature list) is recommended, because that list
78All subsequent discussion should be sent to the same mailing list. 78is coupled to a tracking system that makes it easier to locate patches.
79If your patch is not complete and you think it needs more discussion,
80you might want to send it to emacs-devel@gnu.org instead. If you
81revise your patch, send it as a followup to the initial topic.
79 82
80** Description 83** Description
81 84
@@ -155,12 +158,12 @@ giving you write access to the Bazaar repository.
155 158
156Discussion about Emacs development takes place on emacs-devel@gnu.org. 159Discussion about Emacs development takes place on emacs-devel@gnu.org.
157 160
158Bug reports and feature requests are sent to bug-gnu-emacs@gnu.org. 161Bug reports and fixes, feature requests and implementations should be
159 162sent to bug-gnu-emacs@gnu.org, the bug/feature list. This is coupled
160You can subscribe to the mailing lists at savannah.gnu.org/projects/emacs. 163to the tracker at http://debbugs.gnu.org .
161
162You can find the mailing lists archives at lists.gnu.org or gmane.org.
163 164
165You can subscribe to the mailing lists, or see the list archives,
166by following links from http://savannah.gnu.org/mail/?group=emacs .
164 167
165** Document your changes. 168** Document your changes.
166 169