Improve CONTRIBUTING.rst doc

This commit is contained in:
Iacopo Spalletti 2017-07-25 08:31:51 +02:00
parent 67daccb02d
commit 612e1c48a1
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6

View file

@ -33,6 +33,15 @@ Implement Features
Look through the GitHub issues for features. Anything tagged with "feature" Look through the GitHub issues for features. Anything tagged with "feature"
is open to whoever wants to implement it. is open to whoever wants to implement it.
Branching model
~~~~~~~~~~~~~~~
When planning a code cotnribution, these is the project branching model:
* new features goes to develop
* bugfixes for releases goes to release/Y.Z.x branches
* master is just a snapshot of the latest stable release and should not be targeted
Write Documentation Write Documentation
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~