You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by zz...@apache.org on 2019/08/07 22:26:44 UTC

svn commit: r1864672 - /cassandra/site/src/doc/4.0/development/patches.html

Author: zznate
Date: Wed Aug  7 22:26:44 2019
New Revision: 1864672

URL: http://svn.apache.org/viewvc?rev=1864672&view=rev
Log:
More information on commit message format. CASSANDRA-15246

Modified:
    cassandra/site/src/doc/4.0/development/patches.html

Modified: cassandra/site/src/doc/4.0/development/patches.html
URL: http://svn.apache.org/viewvc/cassandra/site/src/doc/4.0/development/patches.html?rev=1864672&r1=1864671&r2=1864672&view=diff
==============================================================================
--- cassandra/site/src/doc/4.0/development/patches.html (original)
+++ cassandra/site/src/doc/4.0/development/patches.html Wed Aug  7 22:26:44 2019
@@ -221,7 +221,12 @@ extra-footer: '
 </ol>
 </div></blockquote>
 <ol class="arabic simple" start="6">
-<li>Include a CHANGES.txt entry (put it at the top of the list), and format the commit message appropriately in your patch ending with the following statement on the last line: <code class="docutils literal notranslate"><span class="pre">patch</span> <span class="pre">by</span> <span class="pre">X;</span> <span class="pre">reviewed</span> <span class="pre">by</span> <span class="pre">Y</span> <span class="pre">for</span> <span class="pre">CASSANDRA-ZZZZZ</span></code></li>
+<li>Include a CHANGES.txt entry (put it at the top of the list), and format the commit message appropriately in your patch as below:</li>
+<div><div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;One sentence description, usually Jira title and CHANGES.txt summary&gt;
+&lt;Optional lengthier description&gt;
+patch by &lt;Authors&gt;; reviewed by &lt;Reviewers&gt; for CASSANDRA-#####
+</pre></div>
+</div>
 <li>When you’re happy with the result, create a patch:</li>
 </ol>
 <blockquote>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org