diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bd0c87bad0..fd6e581208 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: 🐞 Bug Report description: Create a report to help us improve -title: "[Bug]: " +title: "" labels: ["bug", "status/needs-triage"] body: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 0b5b9faa1d..bdab722701 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,8 +1,8 @@ -name: 💡 Feature Request +name: 💡 Feature Request description: Suggest an idea for this project +title: "" labels: ["feature-request", "status/needs-triage"] - body: - type: textarea id: Problem