diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 9e43b03..9fe3fce 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -12,12 +12,15 @@ body: required: true - label: I have confirmed this bug exists on the latest version of the app required: true - - type: input + - type: dropdown attributes: label: "Platform" - description: "The platforms on which the bug occurs, separated by commas. Use `*` if all platforms are affected.\nAvailable platforms: Android, Windows" - placeholder: "Android, Windows" - value: "*" + description: "The platforms on which the bug occurs or had occurred. Select all that apply." + options: + - Android + - Windows + - Linux + - Web validations: required: true - type: input