Merge pull request #383 from nephila/hotfix/contributing

Improve CONTRIBUTING.rst doc
This commit is contained in:
Iacopo Spalletti 2017-07-25 11:23:54 +02:00 committed by GitHub
commit cd4d10c91c

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
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~