dev: update labels in issue templates
Our labels were recently redesigned for consistency across our org repos.
This commit is contained in:
parent
7a30582505
commit
dcf3e873bf
3 changed files with 5 additions and 5 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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:
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/bump_request.yml
vendored
4
.github/ISSUE_TEMPLATE/bump_request.yml
vendored
|
@ -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:
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue