diff options
author | Yoginth <me@yoginth.com> | 2019-05-20 14:11:44 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-05-20 14:11:44 +0000 |
commit | 2f6a20ce665de6a23fe2c1cc28cc6398afcb1b71 (patch) | |
tree | 8d11b78ab29992a7af02aed9dca5289aeb3d21bb /.gitlab | |
parent | 9c1470c260032c8b3d9cd6cf759fd08a610e9a1b (diff) | |
download | gitlab-ce-2f6a20ce665de6a23fe2c1cc28cc6398afcb1b71.tar.gz |
Fix typos in the whole gitlab-ce project
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Security developer workflow.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/Security developer workflow.md b/.gitlab/issue_templates/Security developer workflow.md index 9946651075f..7857afb66c2 100644 --- a/.gitlab/issue_templates/Security developer workflow.md +++ b/.gitlab/issue_templates/Security developer workflow.md @@ -17,10 +17,10 @@ Set the title to: `Description of the original issue` #### Backports -- [ ] Once the MR is ready to be merged, create MRs targetting the last 3 releases, plus the current RC if between the 7th and 22nd of the month. +- [ ] Once the MR is ready to be merged, create MRs targeting the last 3 releases, plus the current RC if between the 7th and 22nd of the month. - [ ] At this point, it might be easy to squash the commits from the MR into one - You can use the script `bin/secpick` instead of the following steps, to help you cherry-picking. See the [secpick documentation] - - [ ] Create each MR targetting the stable branch `X-Y-stable`, using the "Security Release" merge request template. + - [ ] Create each MR targeting the stable branch `X-Y-stable`, using the "Security Release" merge request template. - Every merge request will have its own set of TODOs, so make sure to complete those. - [ ] Make sure all MRs have a link in the [links section](#links) |