Update bug report template validations

Changed 'required' validation for additional context from true to false.
This commit is contained in:
EnderActually 2026-03-04 13:13:35 -05:00 committed by GitHub
parent 9eaf45bbf0
commit 4295d4227c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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