diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6dc3559f..148e0d53 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: 🐞 Bug report description: Create a report to help us improve -title: "🐞 [Bug]: " -labels: ["bug"] +title: "[Bug]: " +labels: ["type: bug", "needs triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 031dda4f..fb3ae092 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: 🎁 Feature Request description: Suggest an idea for this project ⚡️ -title: "🎁 [Feature Request]: " -labels: ["enhancement"] +title: "[Feature]: " +labels: ["type: feature", "needs triage"] body: - type: markdown attributes: