aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-18 08:34:27 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-18 08:34:27 +0530
commitb4b3646e236ce9499117cc40a9ba1e9821c7d6e0 (patch)
treee5f83536ffde705f32a2b9e82920f4ccff253c6a /.github/ISSUE_TEMPLATE/bug_report.yml
parentdon't use npm cache (since it breaks the CI builds randomly) (diff)
downloadferdium-recipes-b4b3646e236ce9499117cc40a9ba1e9821c7d6e0.tar.gz
ferdium-recipes-b4b3646e236ce9499117cc40a9ba1e9821c7d6e0.tar.zst
ferdium-recipes-b4b3646e236ce9499117cc40a9ba1e9821c7d6e0.zip
Revamped github Issue templates (new yml syntax) [skip ci]
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml83
1 files changed, 83 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 0000000..9f9ecee
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,83 @@
1name: Bug Report
2description: Report an Ferdi 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/getferdi/recipes/issues)
10 2. If you are requesting support for a new service in Ferdi, please log it [here](https://github.com/getferdi/recipes/issues/new/choose)
11 3. Please remember to read the [self-help documentation](https://github.com/getferdi/ferdi#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 5. Please consider supporting Ferdi!
14 👉 https://github.com/sponsors/getferdi
15 👉 https://opencollective.com/getferdi/donate
16- type: checkboxes
17 attributes:
18 label: Preflight Checklist
19 description: Please ensure you've completed all of the following.
20 options:
21 - label: I have read the [Contributing Guidelines](https://github.com/getferdi/recipes/blob/develop/CONTRIBUTING.md) for this project.
22 required: true
23 - label: I agree to follow the [Code of Conduct](https://github.com/getferdi/recipes/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to.
24 required: true
25 - label: I have searched the [issue tracker](https://github.com/getferdi/recipes/issues) for a feature request that matches the one I want to file, without success.
26 required: true
27- type: input
28 attributes:
29 label: Ferdi Version
30 description: What version of Ferdi are you using?
31 placeholder: 5.6.3
32 validations:
33 required: true
34- type: input
35 attributes:
36 label: Recipe Name
37 description: What is the name of the specific recipe you are using?
38 placeholder: 1.0.0
39 validations:
40 required: true
41- type: input
42 attributes:
43 label: Recipe Version
44 description: What version of the specific recipe are you using?
45 placeholder: 1.0.0
46 validations:
47 required: true
48- type: input
49 attributes:
50 label: Last Known working version of the recipe
51 description: What is the last version of the recipe this worked in, if applicable?
52 placeholder: 1.0.0
53- type: textarea
54 attributes:
55 label: Steps to reproduce
56 description: Explain to us how we can reproduce your bug on our computer
57 placeholder: |
58 1. Go to '...'
59 2. Click on '....'
60 3. Scroll down to '....'
61 4. See error
62 validations:
63 required: true
64- type: textarea
65 attributes:
66 label: Expected Behavior
67 description: A clear and concise description of what you expected to happen.
68 validations:
69 required: true
70- type: textarea
71 attributes:
72 label: Actual Behavior
73 description: A clear description of what actually happens.
74 validations:
75 required: true
76- type: textarea
77 attributes:
78 label: Screenshots
79 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
80- type: textarea
81 attributes:
82 label: Additional Information
83 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.