From 9956b576df4e9ada903c4f71d880427a9612c2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Fri, 1 Nov 2024 19:48:40 +0100 Subject: [PATCH] [UX] Update the issue template - Fix labels for Bug and RFC - Add guidelines comment for bug report --- .github/ISSUE_TEMPLATE/1-bug_report.md | 26 ++++++++++++++++++++- .github/ISSUE_TEMPLATE/2-feature_request.md | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.md b/.github/ISSUE_TEMPLATE/1-bug_report.md index 03391625afb..36713b354f1 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.md +++ b/.github/ISSUE_TEMPLATE/1-bug_report.md @@ -2,7 +2,31 @@ name: '🐞 Bug Report' about: Report a bug in existing features title: '' -labels: 'bug' +labels: ['Bug'] assignees: '' --- + + + + + diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.md b/.github/ISSUE_TEMPLATE/2-feature_request.md index a6e92dc1a1a..ca32d4ee663 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_request.md +++ b/.github/ISSUE_TEMPLATE/2-feature_request.md @@ -2,7 +2,7 @@ name: '🚀 Feature Request' about: Suggest ideas for new features or enhancements title: '' -labels: 'RFC' +labels: ['RFC'] assignees: '' ---