aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/app_bug_report.yml
diff options
context:
space:
mode:
authorLibravatar Nathanaƫl Houn <contact@nathanaelhoun.fr>2023-02-15 19:00:26 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-02-16 09:40:30 +0530
commit933ee79769c257125eeba7f7e170e6b3ea6cf05a (patch)
tree694cb2f726b402e7ff1a34b8b7a05ca8cbc2f2d1 /.github/ISSUE_TEMPLATE/app_bug_report.yml
parentUpgrade 'electron' to '23.1.0' (diff)
downloadferdium-app-933ee79769c257125eeba7f7e170e6b3ea6cf05a.tar.gz
ferdium-app-933ee79769c257125eeba7f7e170e6b3ea6cf05a.tar.zst
ferdium-app-933ee79769c257125eeba7f7e170e6b3ea6cf05a.zip
docs: add issues templates from recipes
Diffstat (limited to '.github/ISSUE_TEMPLATE/app_bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/app_bug_report.yml97
1 files changed, 97 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/app_bug_report.yml b/.github/ISSUE_TEMPLATE/app_bug_report.yml
new file mode 100644
index 000000000..a253adca4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/app_bug_report.yml
@@ -0,0 +1,97 @@
1name: App Bug report
2description: Report a bug in the Ferdium App
3title: "Bug: "
4labels: ["bug :beetle:"]
5body:
6 - type: markdown
7 attributes:
8 value: |
9 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/ferdium/ferdium-recipes/issues)
10 2. If you are requesting support for a new service in Ferdium, please log it [here](https://github.com/ferdium/ferdium-recipes/pulls)
11 3. Please remember to read the [self-help documentation](https://github.com/ferdium/ferdium-app#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes.
12 4. If you are adding screenshots and/or videos, please do add it in English so that a wider group of people can understand and help with resolution.
13 5. Please fill our form below, this way we can analyse and fix the problem as fast as possible.
14 - type: checkboxes
15 attributes:
16 label: Avoid duplicates
17 description: Please ensure you've completed the following
18 options:
19 - label: I have searched the [issues tracker](https://github.com/ferdium/ferdium-app/issues) for a bug report similar to mine, in vain
20 required: true
21 - type: input
22 attributes:
23 label: Ferdium Version
24 description: What version of Ferdium are you using?
25 placeholder: 6.0.0-nightly.7
26 validations:
27 required: true
28 - type: dropdown
29 attributes:
30 label: What Operating System are you using?
31 options:
32 - Windows
33 - macOS
34 - Ubuntu
35 - Other Linux
36 - Other (specify below)
37 validations:
38 required: true
39 - type: input
40 attributes:
41 label: Operating System Version
42 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.
43 placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04"
44 validations:
45 required: true
46 - type: dropdown
47 attributes:
48 label: What arch are you using?
49 options:
50 - x64
51 - ia32
52 - arm64 (including Apple Silicon)
53 - Other (specify in Additional information section)
54 validations:
55 required: true
56 - type: input
57 attributes:
58 label: Last Known Working Ferdium version
59 description: What is the last version of Ferdium this worked in, if applicable?
60 placeholder: 6.0.0-nightly.7
61 - type: textarea
62 attributes:
63 label: Expected Behavior
64 description: A clear and concise description of what you expected to happen.
65 validations:
66 required: true
67 - type: textarea
68 attributes:
69 label: Actual Behavior
70 description: A clear description of what actually happens.
71 validations:
72 required: true
73 - type: textarea
74 attributes:
75 label: Steps to reproduce
76 description: Explain to us how we can reproduce your bug on our computer
77 placeholder: |
78 1. Go to '...'
79 2. Click on '....'
80 3. Scroll down to '....'
81 4. See error
82 validations:
83 required: true
84 - type: input
85 attributes:
86 label: Debug link
87 description: Please get your debug link via Ferdium's "Help" > "Publish Debug Information", then share your link with us
88 validations:
89 required: false
90 - type: textarea
91 attributes:
92 label: Screenshots
93 description: If applicable, add screenshots to help visualize your problem
94 - type: textarea
95 attributes:
96 label: Additional information
97 description: If your problem needs further explanation, please add more information here