summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml76
1 files changed, 43 insertions, 33 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 7b377c331..805398cd1 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,37 +1,47 @@
1name: Bug report 1name: Bug report
2description: Report a bug in Ferdium 2description: Report a bug in Ferdium
3title: "Describe your bug" 3title: "Bug: "
4labels: ["bug :beetle:"] 4labels: ["bug :beetle:"]
5body: 5body:
6- type: checkboxes 6 - type: markdown
7 attributes: 7 attributes:
8 label: Avoid duplicates 8 value: |
9 description: Please ensure you've completed the following 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 options: 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 - label: I have searched the [issues tracker](https://github.com/ferdium/ferdium-app/issues) for a bug report similar to mine, in vain 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 required: true 12 4. Please fill our form below, this way we can analyse and fix the problem as fast as possible.
13- type: textarea 13 5. Please consider supporting Ferdium!
14 attributes: 14 👉 https://github.com/sponsors/ferdium
15 label: Steps to reproduce 15 👉 https://opencollective.com/ferdium/donate
16 description: Explain to us how we can reproduce your bug on our computer 16 - type: checkboxes
17 placeholder: | 17 attributes:
18 1. Go to '...' 18 label: Avoid duplicates
19 2. Click on '....' 19 description: Please ensure you've completed the following
20 3. Scroll down to '....' 20 options:
21 4. See error 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 validations: 22 required: true
23 required: true 23 - type: textarea
24- type: textarea 24 attributes:
25 attributes: 25 label: Steps to reproduce
26 label: Debug link 26 description: Explain to us how we can reproduce your bug on our computer
27 description: Get your debug link via Ferdium's "Help" > "Publish Debug Information", then share your link with us 27 placeholder: |
28 validations: 28 1. Go to '...'
29 required: true 29 2. Click on '....'
30- type: textarea 30 3. Scroll down to '....'
31 attributes: 31 4. See error
32 label: Screenshots 32 validations:
33 description: If applicable, add screenshots to help visualize your problem 33 required: true
34- type: textarea 34 - type: input
35 attributes: 35 attributes:
36 label: Additional information 36 label: Debug link
37 description: If your problem needs further explanation, please add more information here 37 description: Please get your debug link via Ferdium's "Help" > "Publish Debug Information", then share your link with us
38 validations:
39 required: false
40 - type: textarea
41 attributes:
42 label: Screenshots
43 description: If applicable, add screenshots to help visualize your problem
44 - type: textarea
45 attributes:
46 label: Additional information
47 description: If your problem needs further explanation, please add more information here