mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
dev: update labels in issue templates
Our labels were recently redesigned for consistency across our org repos.
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user