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:
parent
80fdf43850
commit
7fca9bf048
|
@ -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 <title>. (<contributor>)</programlisting>
|
||||
If the person making the commit is the contributor, leave off the '(<contributor>)' element.
|
||||
</para>
|
||||
</section>
|
||||
</chapter>
|
||||
|
|
Loading…
Reference in New Issue