Update home authored by Daniel Kazior's avatar Daniel Kazior
...@@ -81,6 +81,7 @@ Every release and it's features will be documented within the plugins CHANGENLOG ...@@ -81,6 +81,7 @@ Every release and it's features will be documented within the plugins CHANGENLOG
## Quality Assurance ## Quality Assurance
Every release has to pass a predefined set of stages to keep and guarantee the high quality of the plugin. This stages are: Every release has to pass a predefined set of stages to keep and guarantee the high quality of the plugin. This stages are:
`Develop -> Acceptance -> Master` `Develop -> Acceptance -> Master`
Every completed feature can be pushed directly into the develop branch by follow the git flow guidelines. A feature is complete when it's own functionality has been implemented and tested. When a release and it's features are closed and it should be released into master, it will be pushed acceptance. In this context *closed* means that every single feature or hotfix has been pushed to develop branch. Every completed feature can be pushed directly into the develop branch by follow the git flow guidelines. A feature is complete when it's own functionality has been implemented and tested. When a release and it's features are closed and it should be released into master, it will be pushed acceptance. In this context *closed* means that every single feature or hotfix has been pushed to develop branch.
... ...
......