From 64e231593d8555c8f70509175e0a3f7c28f18f58 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 6 Nov 2021 13:51:03 +1300 Subject: [PATCH] Update bug-report.yaml --- .github/ISSUE_TEMPLATE/bug-report.yaml | 52 +++++++++++++------------- 1 file changed, 25 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 1a4220fa..5510ecfb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,6 +1,5 @@ -name: Bug Report -description: File a bug report -title: "[Bug]: " +name: Bug report +description: You've found a bug, let's fix it together labels: ["bug"] body: - type: markdown @@ -12,48 +11,47 @@ body: attributes: label: Iris version description: You can find your version within Iris, under Settings / Advanced / Version - placeholder: ex. 3.50.1 + placeholder: eg. 3.50.1 validations: required: true - - type: dropdown + - type: checkboxes id: os attributes: - label: Operating system + label: Operating system(s) affected options: - - Windows - - MacOS - - iOS - - Android - - Linux - - Other - - type: dropdown + - label: Windows + - label: MacOS + - label: iOS + - label: Android + - label: Linux + - label: Other + validations: + required: true + - type: checkboxes id: browser attributes: - label: Browser + label: Browser(s) affected options: - - Firefox - - Chrome - - Edge - - Other + - label: Firefox + - label: Chrome + - label: Edge + - label: Other validations: required: true - type: textarea id: description attributes: label: What happened? - description: Also tell us, what you expected to happen - placeholder: When I went to X, and clicked on Y, a thing happened. + description: Where did something go wrong, and what were you expecting to happen? + placeholder: | + When I went to X, and clicked on Y, a thing happened. + + Tip: You can attach screenshots or supporting files by clicking this area to highlight it and then drag files in. validations: required: true - - type: checkboxes - id: test-mode - attributes: - label: Prior to collecting logs, I enabled test mode (within Iris, Settings / Debug / Test mode) - options: - - label: Test mode enabled - type: textarea id: logs attributes: - label: Relevant log output + label: Logs description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. render: shell