mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
Fix issue templates
GitHub updated their issue template format, checklists now also need a label attribute.
This commit is contained in:
parent
9b085faf07
commit
9f761a9ea5
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -7,6 +7,7 @@ body:
|
|||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: checks
|
id: checks
|
||||||
attributes:
|
attributes:
|
||||||
|
label: "Make sure you've done the following:"
|
||||||
options:
|
options:
|
||||||
- label: >
|
- label: >
|
||||||
I have checked that this issue has not already been reported.
|
I have checked that this issue has not already been reported.
|
||||||
|
@ -5,7 +5,9 @@ labels: ["docs", "triage"]
|
|||||||
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
id: checks
|
||||||
attributes:
|
attributes:
|
||||||
|
label: "Make sure you've done the following:"
|
||||||
options:
|
options:
|
||||||
- label: >
|
- label: >
|
||||||
I have checked that this issue has not already been reported.
|
I have checked that this issue has not already been reported.
|
||||||
|
@ -7,6 +7,7 @@ body:
|
|||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: checks
|
id: checks
|
||||||
attributes:
|
attributes:
|
||||||
|
label: "Make sure you've done the following:"
|
||||||
options:
|
options:
|
||||||
- label: >
|
- label: >
|
||||||
I have read the [installation guide](https://github.com/DarkflameUniverse/DarkflameServer/blob/main/README.md).
|
I have read the [installation guide](https://github.com/DarkflameUniverse/DarkflameServer/blob/main/README.md).
|
||||||
|
@ -7,6 +7,7 @@ body:
|
|||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: checks
|
id: checks
|
||||||
attributes:
|
attributes:
|
||||||
|
label: "Make sure you've done the following:"
|
||||||
options:
|
options:
|
||||||
- label: >
|
- label: >
|
||||||
I have checked that this issue has not already been reported.
|
I have checked that this issue has not already been reported.
|
||||||
|
Loading…
Reference in New Issue
Block a user