aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
diff options
context:
space:
mode:
authorLibravatar Nathanaƫl Houn <contact@nathanaelhoun.fr>2023-02-15 19:00:26 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-02-16 09:40:30 +0530
commit933ee79769c257125eeba7f7e170e6b3ea6cf05a (patch)
tree694cb2f726b402e7ff1a34b8b7a05ca8cbc2f2d1 /.github/ISSUE_TEMPLATE/feature_request.yml
parentUpgrade 'electron' to '23.1.0' (diff)
downloadferdium-app-933ee79769c257125eeba7f7e170e6b3ea6cf05a.tar.gz
ferdium-app-933ee79769c257125eeba7f7e170e6b3ea6cf05a.tar.zst
ferdium-app-933ee79769c257125eeba7f7e170e6b3ea6cf05a.zip
docs: add issues templates from recipes
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
deleted file mode 100644
index e10512398..000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ /dev/null
@@ -1,46 +0,0 @@
1name: Feature Request
2description: Suggest an idea for Ferdium
3title: "Feature: "
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/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)
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. 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.
13 5. Please fill our form below, this way we can analyse and fix the problem as fast as possible.
14 - type: checkboxes
15 attributes:
16 label: Preflight Checklist
17 description: Please ensure you've completed all of the following.
18 options:
19 - label: I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/develop/CONTRIBUTING.md) for this project.
20 required: true
21 - 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.
22 required: true
23 - 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.
24 required: true
25 - type: textarea
26 attributes:
27 label: Problem Description
28 description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
29 validations:
30 required: true
31 - type: textarea
32 attributes:
33 label: Proposed Solution
34 description: A clear and concise description of what you want to happen.
35 validations:
36 required: true
37 - type: textarea
38 attributes:
39 label: Alternatives Considered
40 description: A clear and concise description of any alternative solutions or features you've considered.
41 validations:
42 required: true
43 - type: textarea
44 attributes:
45 label: Additional Information
46 description: Add any other context or screenshots about the feature request here.