Site updated at 2017-10-21 13:23:08 UTC
This commit is contained in:
parent
c080ea695f
commit
698b1dae47
26 changed files with 67 additions and 64 deletions
|
@ -91,6 +91,9 @@
|
|||
<p><code class="highlighter-rouge">git add .</code></p>
|
||||
<p><code class="highlighter-rouge">git commit -m "Added some-feature"</code></p>
|
||||
<ul>
|
||||
<li>Write a meaningful commit message and not only <code class="highlighter-rouge">Update</code> or <code class="highlighter-rouge">Fix</code>.</li>
|
||||
<li>Use a capital letter to start with your commit message.</li>
|
||||
<li>Don’t prefix your commit message with <code class="highlighter-rouge">[bla.bla]</code> or <code class="highlighter-rouge">platform:</code>.</li>
|
||||
<li>Consider adding tests to ensure that your code works.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue