aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-03-05 09:42:31 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-03-05 09:42:31 +0530
commit9bb9715497cbb718d2545829408cf9ce577eece0 (patch)
treef6414ce5c751b8c43d50ace2de322da8039e1307 /.github/ISSUE_TEMPLATE/feature_request.yml
parentMerge branch 'develop' into release and bump version in package.json (diff)
parent6.2.5-nightly.10 [skip ci] (diff)
downloadferdium-app-6.2.5-beta.2.tar.gz
ferdium-app-6.2.5-beta.2.tar.zst
ferdium-app-6.2.5-beta.2.zip
Merge branch 'develop' into release and bump version to '6.2.5-beta.2'6.2.5-beta.2
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.