From ad9c0c21d9637ccf93940d3c75db6d08d86ddc97 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Fri, 29 Sep 2023 11:45:18 +0200 Subject: [PATCH] Added template for CR coversheet --- .../coversheet_contribution.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitlab/merge_request_templates/coversheet_contribution.md diff --git a/.gitlab/merge_request_templates/coversheet_contribution.md b/.gitlab/merge_request_templates/coversheet_contribution.md new file mode 100644 index 0000000..a040527 --- /dev/null +++ b/.gitlab/merge_request_templates/coversheet_contribution.md @@ -0,0 +1,12 @@ +| Coversheet | Value | +| ------ | ------ | +| Meeting ID | #MEETING_ID# | +| Source | #SOURCE# | +| CR Title | #CR_TITLE# | +| CR Against Release | #RELEASE# | +| CR Against TS/TR | #TS_AGAINST# | +| Work-item | #WI# | +| Reason | #REASON# | +| Type of change | Correction | +| Clauses | #CLAUSES# | +| Other comments | | -- GitLab