diff options
author | Rémy Coutable <remy@rymai.me> | 2017-04-27 18:55:31 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-05-03 18:25:20 +0200 |
commit | 11661d1d65b3b5b9ea71d91e56a7c263a3a4eec1 (patch) | |
tree | e250a814f401f19b5e857787c50ee1fe47171908 /CONTRIBUTING.md | |
parent | ccb8e6936c9e85743e4cb42c3580b297efa889ee (diff) | |
download | gitlab-ce-11661d1d65b3b5b9ea71d91e56a7c263a3a4eec1.tar.gz |
Move retro/kickoff doc to PROCESS.md
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8b4d0250ff..8cdf314ca4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -540,19 +540,6 @@ There are a few rules to get your merge request accepted: See the instructions in that document for help if your MR fails the "license-finder" test with a "Dependencies that need approval" error. -## Changes for Stable Releases - -Sometimes certain changes have to be added to an existing stable release. -Two examples are bug fixes and performance improvements. In these cases the -corresponding merge request should be updated to have the following: - -1. A milestone indicating what release the merge request should be merged into. -1. The label "Pick into Stable" - -This makes it easier for release managers to keep track of what still has to be -merged and where changes have to be merged into. -Like all merge requests the target should be master so all bugfixes are in master. - ## Definition of done If you contribute to GitLab please know that changes involve more than just |