Add decision on SVN commit format

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1559919 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2014-01-21 04:49:33 +00:00
parent 80fdf43850
commit 7fca9bf048
1 changed files with 8 additions and 0 deletions

View File

@ -137,4 +137,12 @@ dev list and we'll sign you up. Owners do not need to be committers.
</para>
</section>
</section>
<section xml:id="hbase.commit.msg.format">
<title>Commit Message format</title>
<para>We <link xlink:href="http://search-hadoop.com/m/Gwxwl10cFHa1">agreed</link>
to the following SVN commit message format:
<programlisting>HBASE-xxxxx &lt;title>. (&lt;contributor>)</programlisting>
If the person making the commit is the contributor, leave off the '(<contributor>)' element.
</para>
</section>
</chapter>