diff --git a/.github/ISSUE_TEMPLATE/bug_report_plugin.yml b/.github/ISSUE_TEMPLATE/bug_report_plugin.yml index 8994314..c0d605e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_plugin.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_plugin.yml @@ -40,13 +40,6 @@ body: placeholder: e.g. Windows, MacOS, Linux, iOS8.1 (mobile OS) validations: required: true - - type: input - id: device - attributes: - label: Phone or tablets - placeholder: e.g. iPhone6, Galaxy Tab A9+ - validations: - required: false - type: input id: browser attributes: @@ -54,6 +47,13 @@ body: placeholder: e.g. Chrome Ver:127, Firefox Ver:129, Safari Ver:1.3.2, Any validations: 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 id: install attributes: