aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/recipe_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/recipe_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/recipe_request.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/recipe_request.yml17
1 files changed, 7 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/recipe_request.yml b/.github/ISSUE_TEMPLATE/recipe_request.yml
index 517d4fffd..895464e03 100644
--- a/.github/ISSUE_TEMPLATE/recipe_request.yml
+++ b/.github/ISSUE_TEMPLATE/recipe_request.yml
@@ -1,7 +1,7 @@
1name: New Service-recipe Request 1name: Recipes - New Service Request
2description: Suggest a service that we should add to Ferdium 2description: Suggest a service that we should add to Ferdium Recipes
3title: "[Recipe Request]: " 3title: "[Recipe Request]: "
4labels: ["recipe request :sparkles:"] 4labels: ["recipe request :sparkles:", "recipe :bookmark_tabs:"]
5body: 5body:
6- type: markdown 6- type: markdown
7 attributes: 7 attributes:
@@ -16,20 +16,17 @@ body:
16 16
17 IF YOU ARE NOT FAMILIAR WITH JAVASCRIPT: Please still search for a recipe using the guide above and add it to your request. 17 IF YOU ARE NOT FAMILIAR WITH JAVASCRIPT: Please still search for a recipe using the guide above and add it to your request.
18 18
19 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) 19 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.
20 2. If you are requesting support for a new service in Ferdium, please log it [here](https://github.com/ferdium/ferdium-recipes/issues/new/choose)
21 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.
22 4. Please fill our form below, this way we can analyse and fix the problem as fast as possible.
23- type: checkboxes 20- type: checkboxes
24 attributes: 21 attributes:
25 label: Preflight Checklist 22 label: Preflight Checklist
26 description: Please ensure you've completed all of the following. 23 description: Please ensure you've completed all of the following.
27 options: 24 options:
28 - label: I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-recipes/blob/develop/CONTRIBUTING.md) for this project. 25 - label: I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-recipes/blob/develop/CONTRIBUTING.md) for Ferdium Recipes.
29 required: true 26 required: true
30 - label: I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-recipes/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to. 27 - label: I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-recipes/blob/develop/CODE_OF_CONDUCT.md) that Ferdium Recipes adheres to.
31 required: true 28 required: true
32 - label: I have searched the [issue tracker](https://github.com/ferdium/ferdium-recipes/issues) for a feature request that matches the one I want to file, without success. 29 - label: I have searched the [issue tracker](https://github.com/ferdium/ferdium-app/issues) for a recipes request that matches the one I want to file, without success.
33 required: true 30 required: true
34- type: input 31- type: input
35 attributes: 32 attributes: