Changeset - 971d41b12045
[Not reviewed]
Dennis Fink - 9 years ago 2015-10-27 21:42:12
dennis.fink@c3l.lu
Added feature requests and pull requests to the readme
1 file changed with 32 insertions and 1 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
@@ -5,12 +5,14 @@
 
- Contribute_
 

	
 
  - Versioning_
 
  - Repository_
 

	
 
    - `Branch Structure`_
 
    - `Feature Requests`_
 
    - `Pull Requests`_
 

	
 
_ Authors_
 

	
 
  - `Development Lead`_
 
  - `Contributors`_
 

	
 
@@ -29,13 +31,13 @@ This project uses the `Semantic Versioni
 
Repository
 
----------
 

	
 
.. _Branch Structure:
 

	
 
Branch Structure
 
----------------
 
++++++++++++++++
 

	
 
The branch structure of this project is very similiar to the `git-flow`_
 
branching model, but with some modifications (we don't have release branches).
 

	
 
Description of the branches:
 

	
 
@@ -49,12 +51,41 @@ Description of the branches:
 
  branch off from the *dev* branch and merged back into the *dev* branch, if
 
  the feature is completed!
 

	
 
.. _Semantic Versioning: http://semver.org/
 
.. _git-flow: http://nvie.com/posts/a-successful-git-branching-model/
 

	
 
.. _Feature Requests:
 

	
 
Feature Requests
 
++++++++++++++++
 

	
 
We welcome feature requests. Please make sure they are within scope of Ënnstatus
 
goals and submit them in `Bitbucket Issues`_ with the *proposal* kind selected.
 
The more complete and compelling the request, the more likely it will be
 
implemented. Gathering community support will help as well!
 

	
 
.. _Pull Requests:
 

	
 
Pull Requests
 
+++++++++++++
 

	
 
1. Please check to make sure your plans fall within Ënnstatus scope
 
2. Fork Ënnstatus
 
3. Branch off the *dev* branch
 
4. Implement your changes
 
5. Submit a Pull Request
 

	
 
Pull Requests will not be accepted without adhering to the following:
 

	
 
1. Conform to existing coding styles
 
2. Serve a single atomic purpose (add one feature or fix one bug)
 
3. Introduce only changes that further the PR's singular purpose
 

	
 
.. _Bitbucket Issues: https://bitbucket.org/fvde/ennstatus-relaunched/issues
 

	
 
.. _Authors:
 

	
 
Authors
 
=======
 

	
 
Ënnstatus is written and maintained by Dennis Fink.
0 comments (0 inline, 0 general)