Update bug_report_plugin.yml

This commit is contained in:
David Maisonave
2024-08-17 00:59:06 -04:00
parent 2c838c0350
commit f6239c5493

View File

@@ -40,13 +40,6 @@ body:
placeholder: e.g. Windows, MacOS, Linux, iOS8.1 (mobile OS) placeholder: e.g. Windows, MacOS, Linux, iOS8.1 (mobile OS)
validations: validations:
required: true required: true
- type: input
id: device
attributes:
label: Phone or tablets
placeholder: e.g. iPhone6, Galaxy Tab A9+
validations:
required: false
- type: input - type: input
id: browser id: browser
attributes: attributes:
@@ -54,6 +47,13 @@ body:
placeholder: e.g. Chrome Ver:127, Firefox Ver:129, Safari Ver:1.3.2, Any placeholder: e.g. Chrome Ver:127, Firefox Ver:129, Safari Ver:1.3.2, Any
validations: validations:
required: true required: true
- type: input
id: device
attributes:
label: Phone or tablets (if applicable)
placeholder: e.g. iPhone6, Galaxy Tab A9+
validations:
required: false
- type: textarea - type: textarea
id: install id: install
attributes: attributes: