Move the pre-submission checks to the top

This commit is contained in:
Marcin Kulik
2025-06-23 22:26:37 +02:00
parent 6a161930a6
commit d3c102f6dc

View File

@@ -12,6 +12,17 @@ body:
Thanks for taking the time to report a bug! Please fill out the sections below. Thanks for taking the time to report a bug! Please fill out the sections below.
- type: checkboxes
id: checks
attributes:
label: Pre-submission checks
description: Please confirm the following before submitting your bug report
options:
- label: I have searched existing issues and this bug has not been reported yet
required: true
- label: This is a bug report for asciinema CLI (not player or server)
required: true
- type: textarea - type: textarea
id: bug-description id: bug-description
attributes: attributes:
@@ -88,13 +99,3 @@ body:
attributes: attributes:
label: Additional Context label: Additional Context
description: Add any other context, screenshots, or relevant information about the problem here. description: Add any other context, screenshots, or relevant information about the problem here.
- type: checkboxes
id: terms
attributes:
label: Confirmation
options:
- label: I have searched existing issues to make sure this bug hasn't been reported already
required: true
- label: This is a bug report for asciinema CLI, not the web player or server
required: true