Improve CONTRIBUTING.rst doc
This commit is contained in:
parent
67daccb02d
commit
612e1c48a1
1 changed files with 13 additions and 4 deletions
|
@ -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
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue