Files
@ d540f3771cf1
Branch filter:
Location: FVDE/ennstatus/README.rst
d540f3771cf1
2.7 KiB
text/prs.fallenstein.rst
Updated hgignore
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | =========
Ënnstatus
=========
Ënnstatus is a web application written in Python_ Flask_, to provide viewers
with vital information about the organisation and Tor_ servers of `Frënn vun
der Ënn A.S.B.L.`_
.. _Python: https://python.org
.. _Flask: http://flask.pooco.org
.. _Tor: https://torproject.lu
.. _Frënn vun der Ënn A.S.B.L.: https://enn.lu
TOC
===
- Contribute_
- Versioning_
- Repository_
- `Branch Structure`_
- `Feature Requests`_
- `Pull Requests`_
- Authors_
- `Development Lead`_
- `Contributors`_
.. _Contribute:
Contibute
=========
Versioning
----------
This project uses the `Semantic Versioning`_ system.
.. _Repository:
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:
- **default**: This is the stable branch.
- **dev**: This is the main development branch.
- **hotfix-***: These branches branch off from the default branch and are used to
fix bugs which are in the stable version. They will be merged back into
*default* and *dev*. After the bug is fixed, the *PATCH* number must be
increased!
- **feature-***: In these branches, we will implement new features. These will
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.
.. _Development Lead:
Development Lead
----------------
- Dennis Fink <dennis.fink@c3l.lu>
Contributors
------------
- virii <virii@c3l.lu>
- kahpa <kahpa@enn.lu>
|