change: update issue templates to match new labels

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-03-16 15:04:28 +05:00
parent cc22702ea5
commit de96b6ae87
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
name: Bug Report name: Bug Report
description: File a bug report description: File a bug report
labels: [bug] labels: ["bug: unconfirmed", "status: needs triage"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View file

@ -1,7 +1,7 @@
# Template based on https://gitlab.archlinux.org/archlinux/rfcs/-/blob/0ba3b61e987e197f8d1901709409b8564958f78a/rfcs/0000-template.rst # Template based on https://gitlab.archlinux.org/archlinux/rfcs/-/blob/0ba3b61e987e197f8d1901709409b8564958f78a/rfcs/0000-template.rst
name: Request for Comment (RFC) name: Request for Comment (RFC)
description: Propose a larger change and start a discussion. description: Propose a larger change and start a discussion.
labels: [rfc] labels: ["type: enhancement", "status: needs discussion", "status: needs triage"]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View file

@ -1,6 +1,6 @@
name: Suggestion name: Suggestion
description: Make a suggestion description: Make a suggestion
labels: [enhancement] labels: ["type: enhancement", "status: needs triage"]
body: body:
- type: markdown - type: markdown
attributes: attributes: