mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-04-06 13:30:43 +08:00
chore: add issue types to new issues (#6094)
Adds a new [issue type](https://docs.github.com/en/issues/tracking-your-work-with-issues/configuring-issues/managing-issue-types-in-an-organization) to new issues. Basically built in labels.
This commit is contained in:
parent
eab220183e
commit
b4a97ab2a9
1
.github/ISSUE_TEMPLATE/report-a-bug.yml
vendored
1
.github/ISSUE_TEMPLATE/report-a-bug.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Report bug
|
||||
description: Report a bug in EssentialsX.
|
||||
labels: 'bug: unconfirmed'
|
||||
type: Bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
1
.github/ISSUE_TEMPLATE/request-a-feature.yml
vendored
1
.github/ISSUE_TEMPLATE/request-a-feature.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: Request a feature
|
||||
description: Suggest a feature you want to see in EssentialsX!
|
||||
labels: 'type: enhancement'
|
||||
type: Feature
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user