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.yml88
1 files changed, 44 insertions, 44 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 5b2e6e30f..f39421976 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,48 +1,48 @@
1name: Feature Request 1name: Feature Request
2description: Suggest an idea for Ferdium 2description: Suggest an idea for Ferdium
3title: "" 3title: "Feature: "
4labels: ["enhancement :sparkles:"] 4labels: ["enhancement :sparkles:"]
5body: 5body:
6- type: markdown 6 - type: markdown
7 attributes: 7 attributes:
8 value: | 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) 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/pulls) 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 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. 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. 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 Ferdium! 13 5. Please consider supporting Ferdium!
14 👉 https://github.com/sponsors/ferdium 14 👉 https://github.com/sponsors/ferdium
15 👉 https://opencollective.com/ferdium/donate 15 👉 https://opencollective.com/ferdium/donate
16- type: checkboxes 16 - type: checkboxes
17 attributes: 17 attributes:
18 label: Preflight Checklist 18 label: Preflight Checklist
19 description: Please ensure you've completed all of the following. 19 description: Please ensure you've completed all of the following.
20 options: 20 options:
21 - label: I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/develop/CONTRIBUTING.md) for this project. 21 - label: I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/develop/CONTRIBUTING.md) for this project.
22 required: true 22 required: true
23 - label: I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-app/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to. 23 - label: I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-app/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to.
24 required: true 24 required: true
25 - label: I have searched the [issue tracker](https://github.com/ferdium/ferdium-app/issues) for a feature request that matches the one I want to file, without success. 25 - label: I have searched the [issue tracker](https://github.com/ferdium/ferdium-app/issues) for a feature request that matches the one I want to file, without success.
26 required: true 26 required: true
27- type: textarea 27 - type: textarea
28 attributes: 28 attributes:
29 label: Problem Description 29 label: Problem Description
30 description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 30 description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
31 validations: 31 validations:
32 required: true 32 required: true
33- type: textarea 33 - type: textarea
34 attributes: 34 attributes:
35 label: Proposed Solution 35 label: Proposed Solution
36 description: A clear and concise description of what you want to happen. 36 description: A clear and concise description of what you want to happen.
37 validations: 37 validations:
38 required: true 38 required: true
39- type: textarea 39 - type: textarea
40 attributes: 40 attributes:
41 label: Alternatives Considered 41 label: Alternatives Considered
42 description: A clear and concise description of any alternative solutions or features you've considered. 42 description: A clear and concise description of any alternative solutions or features you've considered.
43 validations: 43 validations:
44 required: true 44 required: true
45- type: textarea 45 - type: textarea
46 attributes: 46 attributes:
47 label: Additional Information 47 label: Additional Information
48 description: Add any other context or screenshots about the feature request here. 48 description: Add any other context or screenshots about the feature request here.