aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-24 05:57:31 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-24 06:05:32 -0500
commit7e7588e13257f78072f25939275baf41b52d154b (patch)
tree9195c1902a47ed01a86d826195ca8f67f4f11957 /.github/ISSUE_TEMPLATE
parentPulled in new 'recipes' version (downgrade 'node') [skip ci] (diff)
downloadferdium-app-7e7588e13257f78072f25939275baf41b52d154b.tar.gz
ferdium-app-7e7588e13257f78072f25939275baf41b52d154b.tar.zst
ferdium-app-7e7588e13257f78072f25939275baf41b52d154b.zip
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
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml52
1 files changed, 52 insertions, 0 deletions
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:
20 options: 20 options:
21 - label: I have searched the [issues tracker](https://github.com/ferdium/ferdium-app/issues) for a bug report similar to mine, in vain 21 - label: I have searched the [issues tracker](https://github.com/ferdium/ferdium-app/issues) for a bug report similar to mine, in vain
22 required: true 22 required: true
23 - type: input
24 attributes:
25 label: Ferdium Version
26 description: What version of Ferdium are you using?
27 placeholder: 6.0.0-nightly.7
28 validations:
29 required: true
30 - type: dropdown
31 attributes:
32 label: What Operating System are you using?
33 options:
34 - Windows
35 - macOS
36 - Ubuntu
37 - Other Linux
38 - Other (specify below)
39 validations:
40 required: true
41 - type: input
42 attributes:
43 label: Operating System Version
44 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.
45 placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04"
46 validations:
47 required: true
48 - type: dropdown
49 attributes:
50 label: What arch are you using?
51 options:
52 - x64
53 - ia32
54 - arm64 (including Apple Silicon)
55 - Other (specify in Additional information section)
56 validations:
57 required: true
58 - type: input
59 attributes:
60 label: Last Known Working Ferdium version
61 description: What is the last version of Ferdium this worked in, if applicable?
62 placeholder: 6.0.0-nightly.7
63 - type: textarea
64 attributes:
65 label: Expected Behavior
66 description: A clear and concise description of what you expected to happen.
67 validations:
68 required: true
69 - type: textarea
70 attributes:
71 label: Actual Behavior
72 description: A clear description of what actually happens.
73 validations:
74 required: true
23 - type: textarea 75 - type: textarea
24 attributes: 76 attributes:
25 label: Steps to reproduce 77 label: Steps to reproduce