dev: update labels in issue templates

Our labels were recently redesigned for consistency across our org
repos.
This commit is contained in:
Henrik Lissner 2022-05-04 02:33:27 +02:00
parent 7a30582505
commit dcf3e873bf
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
--- ---
name: 📝 Bug Report name: 📝 Bug Report
description: Report a bug, error, or misbehavior description: Report something that isn't working as intended
labels: ["1. bug", "needs-triage"] labels: ["is:bug", "needs-triage"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View file

@ -1,7 +1,7 @@
--- ---
name: 📦 Update Package name: 📦 Update Package
description: Request a pinned package be bumped description: Request that a pinned package be bumped
labels: ["1. update", "needs-triage"] labels: ["is:update", "re:packages", "needs-triage"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View file

@ -1,7 +1,7 @@
--- ---
name: 📝 Feature Request name: 📝 Feature Request
description: Propose a new idea or feature description: Propose a new idea or feature
labels: ["1. request", "needs-triage"] labels: ["is:feature", "needs-triage"]
body: body:
- type: markdown - type: markdown
attributes: attributes: