Updated Contribution Process (markdown)

Nick O'Leary 2017-02-28 10:47:31 +00:00
parent 703bc2940d
commit 6348b17813
1 changed files with 1 additions and 1 deletions

@ -2,7 +2,7 @@
# Git Workflow
- `master` - this branch contains the latest shipped release of node-red, plus any additional bug fixes that have been made since. At any time, this branch could get shipped as the next `maintenance release`. At the time of writing, this contains `0.16.2` and a few fixes that will be released as `0.16.3` at some point.
- `0.17` - development work on the next milestone release occurs in a branch named after the expected release version number. This is where new features are developed. At the time of writing, this is the `0.17` release.
- Development branch (eg `0.17`) - development work on the next milestone release occurs in a branch named after the expected release version number. This is where new features are developed. At the time of writing, this is the `0.17` release.
- Larger features get developed in their own branches and merged to the current development branch as and when the feature is sufficiently stable for wider consumption.