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.yml142
1 files changed, 71 insertions, 71 deletions
diff --git a/.github/ISSUE_TEMPLATE/recipe_bug_report.yml b/.github/ISSUE_TEMPLATE/recipe_bug_report.yml
index c02382866..3cf7cfe80 100644
--- a/.github/ISSUE_TEMPLATE/recipe_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/recipe_bug_report.yml
@@ -2,74 +2,74 @@ name: Recipes - Bug Report
2description: Report a bug in a Ferdium Recipe for a particular service 2description: Report a bug in a Ferdium Recipe for a particular service
3labels: ["bug :beetle:", "recipe :bookmark_tabs:"] 3labels: ["bug :beetle:", "recipe :bookmark_tabs:"]
4body: 4body:
5- type: markdown 5 - type: markdown
6 attributes: 6 attributes:
7 value: | 7 value: |
8 1. Please fill our form below, this way we can analyse and fix the problem as fast as possible. 8 1. Please fill our form below, this way we can analyse and fix the problem as fast as possible.
9 2. 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. 9 2. 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.
10- type: checkboxes 10 - type: checkboxes
11 attributes: 11 attributes:
12 label: Preflight Checklist 12 label: Preflight Checklist
13 description: Please ensure you've completed all of the following. 13 description: Please ensure you've completed all of the following.
14 options: 14 options:
15 - label: I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-recipes/blob/HEAD/CODE_OF_CONDUCT.md) that Ferdium Recipes adheres to. 15 - label: I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-recipes/blob/HEAD/CODE_OF_CONDUCT.md) that Ferdium Recipes adheres to.
16 required: true 16 required: true
17 - label: I have searched the [issue tracker](https://github.com/ferdium/ferdium-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22recipe+%3Abookmark_tabs%3A%22+label%3A%22bug+%3Abeetle%3A%22+) for a bug report that matches the one I want to file, without success. 17 - label: I have searched the [issue tracker](https://github.com/ferdium/ferdium-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22recipe+%3Abookmark_tabs%3A%22+label%3A%22bug+%3Abeetle%3A%22+) for a bug report that matches the one I want to file, without success.
18 required: true 18 required: true
19- type: input 19 - type: input
20 attributes: 20 attributes:
21 label: Ferdium Version 21 label: Ferdium Version
22 description: What version of Ferdium are you using? 22 description: What version of Ferdium are you using?
23 placeholder: 5.6.3 23 placeholder: 5.6.3
24 validations: 24 validations:
25 required: true 25 required: true
26- type: input 26 - type: input
27 attributes: 27 attributes:
28 label: Recipe Name 28 label: Recipe Name
29 description: What is the name of the specific recipe you are using? 29 description: What is the name of the specific recipe you are using?
30 placeholder: WhatsApp 30 placeholder: WhatsApp
31 validations: 31 validations:
32 required: true 32 required: true
33- type: input 33 - type: input
34 attributes: 34 attributes:
35 label: Recipe Version 35 label: Recipe Version
36 description: What version of the specific recipe are you using? 36 description: What version of the specific recipe are you using?
37 placeholder: 1.0.0 37 placeholder: 1.0.0
38 validations: 38 validations:
39 required: true 39 required: true
40- type: input 40 - type: input
41 attributes: 41 attributes:
42 label: Last Known working version of the recipe 42 label: Last Known working version of the recipe
43 description: What is the last version of the recipe this worked in, if applicable? 43 description: What is the last version of the recipe this worked in, if applicable?
44 placeholder: 1.0.0 44 placeholder: 1.0.0
45- type: textarea 45 - type: textarea
46 attributes: 46 attributes:
47 label: Steps to reproduce 47 label: Steps to reproduce
48 description: Explain to us how we can reproduce your bug on our computer 48 description: Explain to us how we can reproduce your bug on our computer
49 placeholder: | 49 placeholder: |
50 1. Go to '...' 50 1. Go to '...'
51 2. Click on '....' 51 2. Click on '....'
52 3. Scroll down to '....' 52 3. Scroll down to '....'
53 4. See error 53 4. See error
54 validations: 54 validations:
55 required: true 55 required: true
56- type: textarea 56 - type: textarea
57 attributes: 57 attributes:
58 label: Expected Behavior 58 label: Expected Behavior
59 description: A clear and concise description of what you expected to happen. 59 description: A clear and concise description of what you expected to happen.
60 validations: 60 validations:
61 required: true 61 required: true
62- type: textarea 62 - type: textarea
63 attributes: 63 attributes:
64 label: Actual Behavior 64 label: Actual Behavior
65 description: A clear description of what actually happens. 65 description: A clear description of what actually happens.
66 validations: 66 validations:
67 required: true 67 required: true
68- type: textarea 68 - type: textarea
69 attributes: 69 attributes:
70 label: Screenshots 70 label: Screenshots
71 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 71 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
72- type: textarea 72 - type: textarea
73 attributes: 73 attributes:
74 label: Additional Information 74 label: Additional Information
75 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. 75 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.