From 3f8b7c00b910b8d24f8c93573f6ce2e8ceecb9a9 Mon Sep 17 00:00:00 2001 From: Neil MacDougall Date: Tue, 23 Aug 2022 10:04:49 +0100 Subject: [PATCH] Issue template updates (#6673) * Issue template updates * Update feature_request.md * Update question.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/ISSUE_TEMPLATE/question.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7112c063e1..e5f0770cb5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Report a bug with Rancher Dashboard -title: "[BUG]" +title: "" labels: kind/bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b46b380c1a..2f53f125d7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest a new feature or enhancement for Rancher Dashboard -title: "[FEATURE]" +title: "" labels: 'kind/enhancement' assignees: '' @@ -16,4 +16,4 @@ assignees: '' **Additional context** - \ No newline at end of file + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 13aeb3dffc..0ac276e3bf 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,7 +1,7 @@ --- name: Question about: Question on Rancher Dashboard UI -title: "[QUESTION]" +title: "" labels: kind/question assignees: ''