aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml48
1 files changed, 48 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 000000000..3662edffd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,48 @@
1name: Feature Request
2description: Suggest an idea for Ferdi
3title: "[Feature Request]: "
4labels: "enhancement :sparkles:"
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/pulls)
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/ferdi/blob/develop/CONTRIBUTING.md) for this project.
22 required: true
23 - label: I agree to follow the [Code of Conduct](https://github.com/getferdi/ferdi/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/ferdi/issues) for a feature request that matches the one I want to file, without success.
26 required: true
27- type: textarea
28 attributes:
29 label: Problem Description
30 description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
31 validations:
32 required: true
33- type: textarea
34 attributes:
35 label: Proposed Solution
36 description: A clear and concise description of what you want to happen.
37 validations:
38 required: true
39- type: textarea
40 attributes:
41 label: Alternatives Considered
42 description: A clear and concise description of any alternative solutions or features you've considered.
43 validations:
44 required: true
45- type: textarea
46 attributes:
47 label: Additional Information
48 description: Add any other context or screenshots about the feature request here.