diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 6864d1222c..c590332db0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,6 @@ name: 🐛 Bug Report description: Report a bug -title: (bug report summary) -labels: Bug +labels: [Bug] body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index b498f00c00..bdc4643300 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,6 @@ name: 🚀 Feature Request description: Suggest an idea for this project -title: (feature request summary) -labels: Feature Request +labels: [Feature Request] body: - type: textarea id: description