From 22ed8ecbcca99714e6ba77f82c3110901ab85182 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 14 Jul 2021 13:55:53 +0200 Subject: [PATCH] chore: Use device for BUG REPORT --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 2597189..61364d9 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -22,13 +22,11 @@ body: label: Relevant log output description: Please copy and paste any relevant log output (Xcode Logs/Android Studio Logcat). This will be automatically formatted into code, so no need for backticks. render: shell - - type: dropdown + - type: input attributes: - label: What Platforms are you seeing this Problem on? - multiple: true - options: - - iOS - - Android + label: Device + description: Which device are you seeing this Problem on? + placeholder: ex. iPhone 11 Pro (iOS 14.3) validations: required: true - type: input