diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8d016f7b6..86d8a874f 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 -labels: ["1. bug", "needs-triage"] +description: Report something that isn't working as intended +labels: ["is:bug", "needs-triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/bump_request.yml b/.github/ISSUE_TEMPLATE/bump_request.yml index 2624dee7b..3ecb7ff1d 100644 --- a/.github/ISSUE_TEMPLATE/bump_request.yml +++ b/.github/ISSUE_TEMPLATE/bump_request.yml @@ -1,7 +1,7 @@ --- name: 📦 Update Package -description: Request a pinned package be bumped -labels: ["1. update", "needs-triage"] +description: Request that a pinned package be bumped +labels: ["is:update", "re:packages", "needs-triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b8baff2b3..ace926609 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 -labels: ["1. request", "needs-triage"] +labels: ["is:feature", "needs-triage"] body: - type: markdown attributes: