From 7e7588e13257f78072f25939275baf41b52d154b Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 24 Apr 2022 05:57:31 -0500 Subject: Added missing fields into the GH issue template [skip ci] These are vital for capturing info reqd for RCA 1. Ferdium Version 2. Operating System 3. Operating System Version 4. Arch 5. Last Known Working Ferdium version 6. Expected behavior 7. Actual behavior --- .github/ISSUE_TEMPLATE/bug_report.yml | 52 +++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 805398cd1..b1b578f65 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,6 +20,58 @@ body: options: - label: I have searched the [issues tracker](https://github.com/ferdium/ferdium-app/issues) for a bug report similar to mine, in vain required: true + - type: input + attributes: + label: Ferdium Version + description: What version of Ferdium are you using? + placeholder: 6.0.0-nightly.7 + validations: + required: true + - type: dropdown + attributes: + label: What Operating System are you using? + options: + - Windows + - macOS + - Ubuntu + - Other Linux + - Other (specify below) + validations: + required: true + - type: input + attributes: + label: Operating System Version + description: What Operating System version are you using? On Windows, click Start button > Settings > System > About. On macOS, click the Apple Menu > About This Mac. On Linux, use lsb_release or uname -a. + placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04" + validations: + required: true + - type: dropdown + attributes: + label: What arch are you using? + options: + - x64 + - ia32 + - arm64 (including Apple Silicon) + - Other (specify in Additional information section) + validations: + required: true + - type: input + attributes: + label: Last Known Working Ferdium version + description: What is the last version of Ferdium this worked in, if applicable? + placeholder: 6.0.0-nightly.7 + - type: textarea + attributes: + label: Expected Behavior + description: A clear and concise description of what you expected to happen. + validations: + required: true + - type: textarea + attributes: + label: Actual Behavior + description: A clear description of what actually happens. + validations: + required: true - type: textarea attributes: label: Steps to reproduce -- cgit v1.2.3-54-g00ecf