From a8449cd5638eb671e2de0d7ccd7bc3ca701ec951 Mon Sep 17 00:00:00 2001 From: Aman Verma Date: Thu, 13 Aug 2020 16:44:16 +0530 Subject: [PATCH 1/2] updating the merge request template --- .gitlab/merge_request_templates/default.md | 33 ++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md index 019a5e06..a584738e 100644 --- a/.gitlab/merge_request_templates/default.md +++ b/.gitlab/merge_request_templates/default.md @@ -9,12 +9,21 @@ ## What is the issue or story related to the change? ------------------------------------- - + -Description: +High level design: Issue: + + Change details: + +## Test coverage: +------------------ + ## Does this introduce a breaking change? ------------------------------------- @@ -22,6 +31,26 @@ Issue: +## Pending items +---------------- + + +## Reviewer request +------------------- +- Please provide an ETA when you plan to review this PR. Write a comment to decline or provide an ETA. +- Block the PR if you feel there is less testing or no details in the PR +- Please cover the following aspects in the PR +-- Coding design: _\_ +-- Backward Compatibility: _\_ +-- Feature Logic: _\_ +-- _\_ +OR +-- _\_: _\_ +-- _\_: _\_ +-- _\_ _\_ +-- _\_ ## Other information ------------------------------------- -- GitLab From 3d93bef82b58aeaa36b1bffb603f4dec599016de Mon Sep 17 00:00:00 2001 From: Aman Verma Date: Thu, 13 Aug 2020 17:00:19 +0530 Subject: [PATCH 2/2] updating the MR template --- .gitlab/merge_request_templates/default.md | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md index a584738e..27aa5546 100644 --- a/.gitlab/merge_request_templates/default.md +++ b/.gitlab/merge_request_templates/default.md @@ -10,16 +10,17 @@ ## What is the issue or story related to the change? ------------------------------------- + Feel free to add references to any design documents you might have shared with the team or any + related MR that you are building on top of. --> High level design: Issue: - - Change details: + +Change details: ## Test coverage: ------------------ @@ -33,15 +34,14 @@ Issue: ## Pending items ---------------- - + ## Reviewer request ------------------- -- Please provide an ETA when you plan to review this PR. Write a comment to decline or provide an ETA. -- Block the PR if you feel there is less testing or no details in the PR -- Please cover the following aspects in the PR +- Please provide an ETA when you plan to review this MR. Write a comment to decline or provide an ETA. +- Block the MR if you feel there is less testing or no details in the MR +- Please cover the following aspects in the MR -- Coding design: _\_ -- Backward Compatibility: _\_ -- Feature Logic: _\_ @@ -54,4 +54,4 @@ OR ## Other information ------------------------------------- - + -- GitLab