From 0e896400725b5be111929fef4be99fcf31066309 Mon Sep 17 00:00:00 2001 From: James Edwards-Jones Date: Tue, 19 Jun 2018 09:08:25 +0000 Subject: [PATCH 1/2] Add 'What' section to Exception-request.md --- .gitlab/issue_templates/Exception-request.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab/issue_templates/Exception-request.md b/.gitlab/issue_templates/Exception-request.md index d8a7cf7..b97e401 100644 --- a/.gitlab/issue_templates/Exception-request.md +++ b/.gitlab/issue_templates/Exception-request.md @@ -18,6 +18,10 @@ Any item inside of () should be removed before the issue is closed. - Merge request to be considered for picking: MERGE_REQUEST_REFERENCE +## What it does + +(Link to issue description or explain what the MR does and any background information) + ## Why it needs to be picked (Explain why it is crucial that the MR is picked.) -- GitLab From 20a7e68a5c8d75c25997078b2f18997b903e4fa6 Mon Sep 17 00:00:00 2001 From: James Edwards-Jones Date: Wed, 20 Jun 2018 00:43:08 +0000 Subject: [PATCH 2/2] Update Exception-request.md --- .gitlab/issue_templates/Exception-request.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab/issue_templates/Exception-request.md b/.gitlab/issue_templates/Exception-request.md index b97e401..049d485 100644 --- a/.gitlab/issue_templates/Exception-request.md +++ b/.gitlab/issue_templates/Exception-request.md @@ -18,10 +18,6 @@ Any item inside of () should be removed before the issue is closed. - Merge request to be considered for picking: MERGE_REQUEST_REFERENCE -## What it does - -(Link to issue description or explain what the MR does and any background information) - ## Why it needs to be picked (Explain why it is crucial that the MR is picked.) @@ -36,6 +32,12 @@ Any item inside of () should be removed before the issue is closed. (Include an estimate of the potential number of users affected by any negative impact.) (Explain the steps you took to minimize the risk.) +## Context + +- Issue related to the MR: ISSUE_REFERENCE + +(Any additional background context that might help a release manager understand this change) + ## Sign-off The following need to provide initial approval for this exception request: -- GitLab