mirror of https://github.com/perkeep/perkeep.git
website,contributing: read HACKING for commit msg instruction
Change-Id: I8afc39e010b404246817f63b75395a2d8ac22633
This commit is contained in:
parent
7787b511e6
commit
b247305c40
|
@ -36,8 +36,10 @@
|
|||
<li>Usual Work Flow</li>
|
||||
<ul>
|
||||
<li>Create a topic branch, make some changes and commit away.</li>
|
||||
<li>Before review, squash your changes into a single change.</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>Read <a href="https://camlistore.googlesource.com/camlistore/+/master/HACKING">HACKING</a>. Install devcam.</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>
|
||||
</ul>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue