changeset 17680:4264c78951ec

doc: refer to patch tracker instead of mailing list for bugs. * doc/interpreter/contrib.txi (How to Contribute): Mention patch tracker.
author Rüdiger Sonderfeld <ruediger@c-plusplus.de>
date Tue, 08 Oct 2013 13:38:37 +0200
parents c81debf315e0
children f6fded839513
files doc/interpreter/contrib.txi
diffstat 1 files changed, 8 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/contrib.txi	Thu Oct 17 23:07:34 2013 +0200
+++ b/doc/interpreter/contrib.txi	Tue Oct 08 13:38:37 2013 +0200
@@ -36,13 +36,14 @@
 
 @node How to Contribute
 @section How to Contribute
-The mailing list for Octave development discussion and sending
-contributions is @email{maintainers@@octave.org}.  This concerns the
-development of Octave core, i.e., code that goes to Octave directly.
-You may consider developing and publishing a package instead; a great
-place for this is the allied Octave-Forge project
-(@url{http://octave.sourceforge.net}).  Note that the Octave core project is
-inherently more conservative and follows narrower rules.
+The mailing list for Octave development discussion is
+@email{maintainers@@octave.org}.  Patches should be submitted to
+@url{https://savannah.gnu.org/patch/?func=additem&group=octave, Octave's patch tracker}.
+This concerns the development of Octave core, i.e., code that goes to Octave
+directly.  You may consider developing and publishing a package instead;
+a great place for this is the allied Octave-Forge project
+(@url{http://octave.sourceforge.net}).  Note that the Octave core
+project is inherently more conservative and follows narrower rules.
 
 @node Building the Development Sources
 @section Building the Development Sources