diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5b2b38a17..062b7a59b 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, error, or misbehavior -title: Briefly summarize your issue here labels: ["1. bug", "needs-triage"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/bump_request.yml b/.github/ISSUE_TEMPLATE/bump_request.yml index fac875b94..c6edc5018 100644 --- a/.github/ISSUE_TEMPLATE/bump_request.yml +++ b/.github/ISSUE_TEMPLATE/bump_request.yml @@ -1,7 +1,6 @@ --- name: 📝 Bump Package description: Request a pinned package be updated -title: "[BUMP] package1, package2, ..." labels: ["1. update", "needs-triage"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 29de2c769..17042c1ef 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,6 @@ --- name: 📝 Feature Request description: Propose a new idea or feature -title: Briefly summarize your request here labels: ["1. request", "needs-triage"] body: - type: markdown