<p>{% trans "Anyone can directly commit to the repository. However, we ask you to send bigger changes to the mailing list to discuss them first. To push to the repository, you must follow this procedure:" %}</p>
<p>{% trans "After sanitizing, commit the changes. Write commit messages that consist of full, useful sentences in English, starting with a capital letter and ending with a full stop." %}</p>
<pre>
$ git commit -a -m "Adding a section on applying patches."
</pre>
<p>{% trans "Push the commit to the server:" %}</p>
<pre>
$ git push
</pre>
<p>{% trans "Please send us a mail or join Domaine Public irc to let us know your propositions." %}</p>