From f6be76b4f781fbeec990167e099b321fa7c7bdcf Mon Sep 17 00:00:00 2001 From: Chris Wayne Date: Mon, 19 Jul 2021 17:15:37 -0400 Subject: [PATCH 1/3] Add checkbox to denote backporting required on issue templates Signed-off-by: Chris Wayne --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6c7ebc01fe..53e372886b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -34,3 +34,9 @@ Cluster Configuration: **Additional context / logs:** + +**Backporting** + +- [ ] Needs backporting to older releases diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e79e957fe8..a9afd11b21 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -20,3 +20,9 @@ assignees: '' **Additional context** + +**Backporting** + +- [ ] Needs backporting to older releases From 8840c937e68845a4693ff651b4b3a2480211d000 Mon Sep 17 00:00:00 2001 From: Chris Wayne Date: Mon, 19 Jul 2021 18:04:39 -0400 Subject: [PATCH 2/3] Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Brad Davidson --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 53e372886b..1f9fbf8575 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -37,6 +37,6 @@ Cluster Configuration: **Backporting** - [ ] Needs backporting to older releases From dcabe14edd47a257bc3f586b33f7060abde668bd Mon Sep 17 00:00:00 2001 From: Chris Wayne Date: Mon, 19 Jul 2021 18:04:45 -0400 Subject: [PATCH 3/3] Update .github/ISSUE_TEMPLATE/feature_request.md Co-authored-by: Brad Davidson --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a9afd11b21..537aafb189 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -23,6 +23,6 @@ assignees: '' **Backporting** - [ ] Needs backporting to older releases