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:
|
||||
required: true
|
||||
|
||||
|
||||
- type: checkboxes
|
||||
id: build
|
||||
attributes:
|
||||
|
|
@ -76,4 +75,4 @@ body:
|
|||
label: Additional context
|
||||
description: A clear and concise description of what the bug is.
|
||||
validations:
|
||||
required: true
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue