From 4a6cc47812a54543a4c9aa6d6b103a4febc6c6d7 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord <79228196+astubenbord@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:26:02 +0200 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index de07273..bc4166f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -64,6 +64,46 @@ body: placeholder: e.g. 3.0.1 validations: required: true + - type: input + id: device + attributes: + label: Device + description: What device are you running Paperless Mobile on? + placeholder: e.g. Google Pixel 7 or iPhone 12 Pro + validations: + required: true + - type: input + id: os-version + attributes: + label: Operating System Version + description: What OS is installed on your device? + placeholder: e.g. Android 13 or iOS 16.6 + validations: + required: true + - type: input + id: device-locale + attributes: + label: Device Locale + description: What is the locale of your device? + placeholder: e.g. german + validations: + required: true + - type: dropdown + id: selected-locale + attributes: + label: Selected Locale + description: What is the locale you have selected? If you have localization issues, please provide this information. + options: + - German + - English (US) + - English (UK) + - French + - Spanish + - Catalan + - Polish + - Russian + - Turkish + - Czech - type: textarea id: context attributes: