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 /PROCESS.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 'PROCESS.md')
-rw-r--r-- | PROCESS.md | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/PROCESS.md b/PROCESS.md index 735120a369e..e5f6ab29927 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -1,18 +1,24 @@ +## GitLab Core Team & GitLab Inc. Team Contributing Process + +--- + <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* -- [GitLab Contributing Process](#gitlab-contributing-process) +- [GitLab Core Team Contributing Process](#gitlab-core-team-contributing-process) - [Purpose of describing the contributing process](#purpose-of-describing-the-contributing-process) - [Common actions](#common-actions) - [Merge request coaching](#merge-request-coaching) - - [Workflow labels](#workflow-labels) - [Assigning issues](#assigning-issues) - [Be kind](#be-kind) - [Feature freeze on the 7th for the release on the 22nd](#feature-freeze-on-the-7th-for-the-release-on-the-22nd) - [Between the 1st and the 7th](#between-the-1st-and-the-7th) - [On the 7th](#on-the-7th) - [After the 7th](#after-the-7th) + - [Release retrospective and kickoff](#release-retrospective-and-kickoff) + - [Retrospective](#retrospective) + - [Kickoff](#kickoff) - [Copy & paste responses](#copy-&-paste-responses) - [Improperly formatted issue](#improperly-formatted-issue) - [Issue report for old version](#issue-report-for-old-version) @@ -28,7 +34,7 @@ <!-- END doctoc generated TOC please keep comment here to allow auto update --> -# GitLab Core Team Contributing Process +--- ## Purpose of describing the contributing process @@ -153,6 +159,29 @@ release should have the correct milestone assigned _and_ have the label Merge requests without a milestone and this label will not be merged into any stable branches. +## Release retrospective and kickoff + +### Retrospective + +After each release, we have a retrospective call where we discuss what went well, +what went wrong, and what we can improve for the next release. The +[retrospective notes] are public and you are invited to comment on them. +If you're interested, you can even join the +[retrospective call][retro-kickoff-call], on the first working day after the +22nd at 6pm CET / 9am PST. + +### Kickoff + +Before working on the next release, we have a +kickoff call to explain what we expect to ship in the next release. The +[kickoff notes] are public and you are invited to comment on them. +If you're interested, you can even join the [kickoff call][retro-kickoff-call], +on the first working day after the 7th at 6pm CET / 9am PST.. + +[retrospective notes]: https://docs.google.com/document/d/1nEkM_7Dj4bT21GJy0Ut3By76FZqCfLBmFQNVThmW2TY/edit?usp=sharing +[kickoff notes]: https://docs.google.com/document/d/1ElPkZ90A8ey_iOkTvUs_ByMlwKK6NAB2VOK5835wYK0/edit?usp=sharing +[retro-kickoff-call]: https://gitlab.zoom.us/j/918821206 + ## Copy & paste responses ### Improperly formatted issue |