]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - CONTRIBUTING.md
[FEATURE] Readme: Add CI badges
[jirafeau_mojo42.git] / CONTRIBUTING.md
index 8c6752ef422bdc0289090d050675cb2e453ab188..7c5ed44acfa6bb503bcaeae94dd938b6eeae2c79 100644 (file)
@@ -55,14 +55,19 @@ Translation may be add via [Jirafeau's Weblate](https://hosted.weblate.org/proje
 
 ## Coding style
 
-- PHP function keywords are alone on a line
-- Braces "{" must be put in a new line
+- This project follows the [PSR-2](http://www.php-fig.org/psr/psr-2/) Coding Style
 - Files must be in UTF-8 without BOM and use Unix Line Endings (LF)
 
-The whole project is not clean about that yet, feel free to fix :)
+## Branches
+
+* ```master``` = latest release, e.g. 2.0.1
+* ```next-release``` = development branch - all new features are merged into this branch until the next version is released. So use this branch as base while developing new features or bugfixes.
+* ```test``` = sandbox branch to test new features or merge requests, or run integration tests. The content of this branch may change at any time.
 
 ## Merge Requests
 
 Please create one branch for each feature and send one merge request for each branch. 
 
 Dont squash several changes or commits into one merge request as this is hard to review.
+
+Please use ```next-release``` as base branch and send your merge request to this branch (not ```master```).

patrick-canterino.de