From 211490ca03f8c8eb591b1260b02b9baab63fee0c Mon Sep 17 00:00:00 2001 From: tanjadegroot <87864067+tanjadegroot@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:55:43 +0200 Subject: [PATCH 1/4] Created issue_review_template.md --- .github/ISSUE_TEMPLATE/issue_review_template | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_review_template diff --git a/.github/ISSUE_TEMPLATE/issue_review_template b/.github/ISSUE_TEMPLATE/issue_review_template new file mode 100644 index 0000000..1eef9d3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_review_template @@ -0,0 +1,25 @@ +--- +name: 💡 Review 🌟 +about: Indicates that the review of a given issues or PR shall be done by the Release Mgmt team +title: '' +labels: 'review' +assignees: '' + +--- + +**Related API issue or PR ** + + +**Expected actions** +To review, follow the below list. +For any item, when done, put a comment in this issue. + +* yaml (check version in info & servers objects): +* test file(s) availability: +* changelog updated: +* readme updated (enforce correct release number / API version naming): +* API readiness checklist: + + +**Additional comments** + From 73b8383f27bb6e226eac6724f4b23768812f0bd2 Mon Sep 17 00:00:00 2001 From: tanjadegroot <87864067+tanjadegroot@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:01:13 +0200 Subject: [PATCH 2/4] Update issue_review_template --- .github/ISSUE_TEMPLATE/issue_review_template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_review_template b/.github/ISSUE_TEMPLATE/issue_review_template index 1eef9d3..00fd207 100644 --- a/.github/ISSUE_TEMPLATE/issue_review_template +++ b/.github/ISSUE_TEMPLATE/issue_review_template @@ -1,25 +1,24 @@ --- name: 💡 Review 🌟 about: Indicates that the review of a given issues or PR shall be done by the Release Mgmt team -title: '' +title: 'API release review request' labels: 'review' assignees: '' --- **Related API issue or PR ** - + **Expected actions** To review, follow the below list. For any item, when done, put a comment in this issue. -* yaml (check version in info & servers objects): -* test file(s) availability: -* changelog updated: -* readme updated (enforce correct release number / API version naming): -* API readiness checklist: - +* yaml (check version in info & servers objects) +* test file(s) availability +* changelog updated +* readme updated (enforce correct release number / API version naming) +* API readiness checklist **Additional comments** From 9aade9c4b34273dadf738ab3c4ab1f23f473ef8b Mon Sep 17 00:00:00 2001 From: tanjadegroot <87864067+tanjadegroot@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:10:55 +0200 Subject: [PATCH 3/4] Update issue_review_template --- .github/ISSUE_TEMPLATE/issue_review_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue_review_template b/.github/ISSUE_TEMPLATE/issue_review_template index 00fd207..8b9440a 100644 --- a/.github/ISSUE_TEMPLATE/issue_review_template +++ b/.github/ISSUE_TEMPLATE/issue_review_template @@ -1,6 +1,6 @@ --- name: 💡 Review 🌟 -about: Indicates that the review of a given issues or PR shall be done by the Release Mgmt team +about: Request that the review of a given issue or PR shall be done by the Release Mgmt team title: 'API release review request' labels: 'review' assignees: '' From 5e70570ec53dc4a5e809615fb2322288c16c6ddb Mon Sep 17 00:00:00 2001 From: tanjadegroot <87864067+tanjadegroot@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:22:35 +0200 Subject: [PATCH 4/4] Update .github/ISSUE_TEMPLATE/issue_review_template Co-authored-by: Herbert Damker --- .github/ISSUE_TEMPLATE/issue_review_template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_review_template b/.github/ISSUE_TEMPLATE/issue_review_template index 8b9440a..e3555b6 100644 --- a/.github/ISSUE_TEMPLATE/issue_review_template +++ b/.github/ISSUE_TEMPLATE/issue_review_template @@ -14,11 +14,11 @@ assignees: '' To review, follow the below list. For any item, when done, put a comment in this issue. -* yaml (check version in info & servers objects) -* test file(s) availability -* changelog updated -* readme updated (enforce correct release number / API version naming) -* API readiness checklist +[ ] API Definition files (YAML) (check version in info & servers objects) +[ ] test file(s) availability +[ ] changelog updated +[ ] readme updated (enforce correct release number / API version naming) +[ ] API readiness checklist(s) **Additional comments**