website,contributing: read HACKING for commit msg instruction

Change-Id: I8afc39e010b404246817f63b75395a2d8ac22633
This commit is contained in:
mpl 2015-07-01 19:59:48 +02:00
parent 7787b511e6
commit b247305c40
1 changed files with 4 additions and 2 deletions

View File

@ -36,8 +36,10 @@
<li>Usual Work Flow</li> <li>Usual Work Flow</li>
<ul> <ul>
<li>Create a topic branch, make some changes and commit away.</li> <li>Create a topic branch, make some changes and commit away.</li>
<li>Before review, squash your changes into a single change.</li> <li>Read <a href="https://camlistore.googlesource.com/camlistore/+/master/HACKING">HACKING</a>. Install devcam.</li>
<li>Send for review. See <a href="https://camlistore.googlesource.com/camlistore/+/master/HACKING">HACKING</a> for how to install devcam, and then use:<pre>devcam review</pre></li> <li>Test. (<code>devcam test</code>). </li>
<li>Squash your changes into a single change, and compose a proper commit message.</li>
<li>Send for review with: <pre>devcam review</pre></li>
<li>Modify as necessary until change is merged. Amend your commit or squash to a single commit before sending for review again (be sure to keep the same <a href="http://gerrit.googlecode.com/svn/documentation/2.2.1/user-changeid.html">the Change-Id line</a>)</li> <li>Modify as necessary until change is merged. Amend your commit or squash to a single commit before sending for review again (be sure to keep the same <a href="http://gerrit.googlecode.com/svn/documentation/2.2.1/user-changeid.html">the Change-Id line</a>)</li>
</ul> </ul>
</ul> </ul>