aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/recipe_bug_report.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/recipe_bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/recipe_bug_report.yml80
1 files changed, 80 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/recipe_bug_report.yml b/.github/ISSUE_TEMPLATE/recipe_bug_report.yml
new file mode 100644
index 000000000..8bfc312b3
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/recipe_bug_report.yml
@@ -0,0 +1,80 @@
1name: Bug Report
2description: Report an Ferdium bug
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/issues/new/choose)
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. Please fill our form below, this way we can analyse and fix the problem as fast as possible.
13- type: checkboxes
14 attributes:
15 label: Preflight Checklist
16 description: Please ensure you've completed all of the following.
17 options:
18 - label: I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/develop/CONTRIBUTING.md) for this project.
19 required: true
20 - label: I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-recipes/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
21 required: true
22 - label: I have searched the [issue tracker](https://github.com/ferdium/ferdium-recipes/issues) for a feature request that matches the one I want to file, without success.
23 required: true
24- type: input
25 attributes:
26 label: Ferdium Version
27 description: What version of Ferdium are you using?
28 placeholder: 5.6.3
29 validations:
30 required: true
31- type: input
32 attributes:
33 label: Recipe Name
34 description: What is the name of the specific recipe you are using?
35 placeholder: 1.0.0
36 validations:
37 required: true
38- type: input
39 attributes:
40 label: Recipe Version
41 description: What version of the specific recipe are you using?
42 placeholder: 1.0.0
43 validations:
44 required: true
45- type: input
46 attributes:
47 label: Last Known working version of the recipe
48 description: What is the last version of the recipe this worked in, if applicable?
49 placeholder: 1.0.0
50- type: textarea
51 attributes:
52 label: Steps to reproduce
53 description: Explain to us how we can reproduce your bug on our computer
54 placeholder: |
55 1. Go to '...'
56 2. Click on '....'
57 3. Scroll down to '....'
58 4. See error
59 validations:
60 required: true
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: Screenshots
76 description: If applicable, add screenshots to help explain your problem. You can simply drag and drop any image file into the editor to add it to the report
77- type: textarea
78 attributes:
79 label: Additional Information
80 description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here.