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: '' ---