From f6be76b4f781fbeec990167e099b321fa7c7bdcf Mon Sep 17 00:00:00 2001 From: Chris Wayne Date: Mon, 19 Jul 2021 17:15:37 -0400 Subject: [PATCH] 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