diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 1db557a..70f66fc 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -98,6 +98,16 @@ body: Tip: You can attach images by clicking this area to highlight it and then dragging files in. validations: required: true + - type: textarea + id: extra_notes + attributes: + label: Are there any extra notes you think users should know about? + description: | + Did you do any workarounds other users should know that aren't listed here? + + Tip: You can attach images by clicking this area to highlight it and then dragging files in. + validations: + required: false - type: textarea id: adb_logs attributes: @@ -108,13 +118,3 @@ body: Tip: You can attach images by clicking this area to highlight it and then dragging files in. validations: required: false - - type: textarea - id: extra_notes - attributes: - label: Is there any extra notes you think users should know about? - description: | - Did you do any workarounds other users should know that aren't listed here? - - Tip: You can attach images by clicking this area to highlight it and then dragging files in. - validations: - required: false