From f6239c54931f42a63cd4bff7c98bce24616b8869 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:59:06 -0400 Subject: [PATCH] Update bug_report_plugin.yml --- .github/ISSUE_TEMPLATE/bug_report_plugin.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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: