Site updated at 2017-10-21 13:23:08 UTC

This commit is contained in:
Travis CI 2017-10-21 13:23:08 +00:00
parent c080ea695f
commit 698b1dae47
26 changed files with 67 additions and 64 deletions

View file

@ -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>Dont 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>