mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 01:51:29 -07:00
Add Bloxstrap version to bug report Issue Form template (#3357)
* 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:
parent
2e63da5779
commit
02b4fe923e
8
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -30,6 +30,14 @@ body:
|
|||||||
- label: I am using the latest version of Bloxstrap.
|
- label: I am using the latest version of Bloxstrap.
|
||||||
required: true
|
required: true
|
||||||
- label: I did not answer truthfully to all the above checkboxes.
|
- 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
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user