From 53ea8b1c40cc16d88bf7faa7a4490a13c60f9c13 Mon Sep 17 00:00:00 2001 From: Mike Lewis Date: Thu, 7 Feb 2019 20:52:44 +0000 Subject: [PATCH] Remove unnecessary mentions of milestone and EE vs CE --- .gitlab/merge_request_templates/Documentation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab/merge_request_templates/Documentation.md b/.gitlab/merge_request_templates/Documentation.md index a163cd8c0c6..c2067ff54cd 100644 --- a/.gitlab/merge_request_templates/Documentation.md +++ b/.gitlab/merge_request_templates/Documentation.md @@ -16,8 +16,7 @@ - [ ] Follow the [Documentation Guidelines](https://docs.gitlab.com/ee/development/documentation/) and [Style Guide](https://docs.gitlab.com/ee/development/documentation/styleguide.html). - [ ] Link docs to and from the higher-level index page, plus other related docs where helpful. -- [ ] Apply the ~Documentation label and intended milestone. -- [ ] [Port the MR to EE (or backport from CE)](https://docs.gitlab.com/ee/development/documentation/index.html#cherry-picking-from-ce-to-ee): _always recommended, required when the `ee-compat-check` job fails_. +- [ ] Apply the ~Documentation label. ## Review checklist -- GitLab