From 408c795d2ccc9449b03b2be7743f396007b6adb9 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord <79228196+astubenbord@users.noreply.github.com> Date: Sat, 7 Oct 2023 21:51:41 +0200 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 44 +++++++++++++-------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2317d81..7df1fe2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -26,6 +26,28 @@ body: value: "Describe what happened!" validations: required: true + - type: textarea + id: reproduction + attributes: + label: Steps to reproduce + description: Steps to reproduce the behavior. + placeholder: | + 1. Login with '...' + 2. Click on '....' + 3. See error + validations: + required: true + - type: textarea + id: logs + attributes: + label: Log output from the app. + description: Logs can be acquired by running `flutter logs` or `adb logcat | grep flutter` while your phone is connected to the computer. Providing logs significantly increases the chance of quickly finding and fixing the issue. + render: shell + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Screenshots helping to better understand the issue. - type: input id: server-version attributes: @@ -42,28 +64,6 @@ body: placeholder: e.g. 3.0.1 validations: required: true - - type: textarea - id: logs - attributes: - label: Log output from the app. - description: Logs can be acquired by running `flutter logs` or `adb logcat | grep flutter` while your phone is connected to the computer. Providing logs significantly increases the chance of quickly finding and fixing the issue. - render: shell - - type: textarea - id: reproduction - attributes: - label: Steps to reproduce - description: Steps to reproduce the behavior. - placeholder: | - 1. Login with '...' - 2. Click on '....' - 3. See error - validations: - required: true - - type: textarea - id: screenshots - attributes: - label: Screenshots - description: Screenshots helping to better understand the issue. - type: textarea id: context attributes: