aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/app_feature_request.yml
diff options
context:
space:
mode:
authorLibravatar Nathanaƫl Houn <contact@nathanaelhoun.fr>2023-02-15 20:37:29 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-02-16 09:40:30 +0530
commit823bdbc0d6be46e4745ae10feb108fff55742fb9 (patch)
tree2f89a1ab645de2b8e5fba1f01db9056e283bb47b /.github/ISSUE_TEMPLATE/app_feature_request.yml
parentdocs: add issues templates from recipes (diff)
downloadferdium-app-823bdbc0d6be46e4745ae10feb108fff55742fb9.tar.gz
ferdium-app-823bdbc0d6be46e4745ae10feb108fff55742fb9.tar.zst
ferdium-app-823bdbc0d6be46e4745ae10feb108fff55742fb9.zip
docs: improve clarity
Diffstat (limited to '.github/ISSUE_TEMPLATE/app_feature_request.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/app_feature_request.yml17
1 files changed, 8 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/app_feature_request.yml b/.github/ISSUE_TEMPLATE/app_feature_request.yml
index e10512398..10a73a8d5 100644
--- a/.github/ISSUE_TEMPLATE/app_feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/app_feature_request.yml
@@ -1,16 +1,14 @@
1name: Feature Request 1name: App - Feature Request
2description: Suggest an idea for Ferdium 2description: Suggest an idea for the Ferdium app
3title: "Feature: " 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 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.
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 adding screenshots and/or videos, please do add it in English so that a wider group of people can understand and help with resolution.
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 fill our form below, this way we can analyse and fix the problem as fast as possible.
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 12 - type: checkboxes
15 attributes: 13 attributes:
16 label: Preflight Checklist 14 label: Preflight Checklist
@@ -25,7 +23,8 @@ body:
25 - type: textarea 23 - type: textarea
26 attributes: 24 attributes:
27 label: Problem Description 25 label: Problem Description
28 description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 26 description: A clear and concise description of what the problem is.
27 placeholder: Ex. I'm always frustrated when [...]
29 validations: 28 validations:
30 required: true 29 required: true
31 - type: textarea 30 - type: textarea