mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update bug report template validations
Changed 'required' validation for additional context from true to false.
This commit is contained in:
parent
9eaf45bbf0
commit
4295d4227c
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -59,7 +59,6 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: build
|
id: build
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -76,4 +75,4 @@ body:
|
||||||
label: Additional context
|
label: Additional context
|
||||||
description: A clear and concise description of what the bug is.
|
description: A clear and concise description of what the bug is.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue