From dcf3e873bfdbf7c97f25bca7deb7ed084bb61d30 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 4 May 2022 02:33:27 +0200 Subject: [PATCH] dev: update labels in issue templates Our labels were recently redesigned for consistency across our org repos. --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/bump_request.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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: