Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jul 2015 15:20:25 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47116 - head/en_US.ISO8859-1/books/porters-handbook/upgrading
Message-ID:  <201507271520.t6RFKP64019950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jul 27 15:20:24 2015
New Revision: 47116
URL: https://svnweb.freebsd.org/changeset/doc/47116

Log:
  Document proper titles in bug summaries.
  
  PR:		201361
  Sponsored by:	Absolight
  Differential Revision:	https://reviews.freebsd.org/D3003

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/upgrading/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/upgrading/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/upgrading/chapter.xml	Mon Jul 27 15:00:46 2015	(r47115)
+++ head/en_US.ISO8859-1/books/porters-handbook/upgrading/chapter.xml	Mon Jul 27 15:20:24 2015	(r47116)
@@ -114,11 +114,19 @@
 
   <para>To submit the diff, use the <link
       xlink:href="https://bugs.freebsd.org/submit/">bug submit
-      form</link> (category <literal>Ports Tree</literal>).  If the
+      form</link> (product <literal>Ports &amp; Packages</literal>,
+    component <literal>Individual Port(s)</literal>).  If the
     submitter is also
-    maintaining the port, be sure to put <literal>[maintainer
-      update]</literal> at the beginning of the
-    <literal>Summary</literal> line.
+    maintaining the port, be sure to put
+    <literal>[MAINTAINER]</literal> at the beginning of the
+    <literal>Summary</literal> line.  Always include the category
+    with the port name, followed by colon, and brief descripton of the
+    issue.  For example:
+    <literal><replaceable>category/portname</replaceable>:
+      <replaceable>add FOO option</replaceable></literal>, or if
+    maintaining the port, <literal>[MAINTAINER]
+      <replaceable>category/portname</replaceable>:
+      <replaceable>Update to X.Y</replaceable></literal>.
     Please mention any added or
     deleted files in the message, as they have to be explicitly
     specified to &man.svn.1; when doing a commit.  Do not compress or



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507271520.t6RFKP64019950>