diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9c5be68e036..5de98dfc77e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ --- name: 📝 Bug Report description: Report a bug, error, or misbehavior -title: "{{{ Briefly summarize your issue here }}}" +title: Briefly summarize your issue here labels: ["1. bug", "needs-triage"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 536deec5680..40bb25631d8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ --- name: 📝 Feature Request description: Propose a new idea or feature -title: "{{{ Briefly summarize your request here }}}" +title: Briefly summarize your request here labels: ["1. request", "needs-triage"] body: - type: markdown