Add Bloxstrap version to bug report Issue Form template ()

* Add input for Bloxstrap version to bug report issue form

* Update bug_report.yaml

---------

Co-authored-by: pizzaboxer <pizzaboxer@pizzaboxer.xyz>
This commit is contained in:
Ryan Luu 2024-10-20 13:38:12 -07:00 committed by GitHub
parent 2e63da5779
commit 02b4fe923e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,14 @@ body:
- label: I am using the latest version of Bloxstrap.
required: true
- label: I did not answer truthfully to all the above checkboxes.
- type: input
id: version
attributes:
label: Bloxstrap Version
description: "What version of Bloxstrap are you using? Find it in the 'About' section of the Settings"
placeholder: "v1.0.0"
validations:
required: true
- type: textarea
id: what-happened
attributes: