aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Nathanaƫl Houn <contact@nathanaelhoun.fr>2023-02-15 20:09:58 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-02-16 09:40:30 +0530
commite8a4ea5e1deb1256289780efbaa746602b92abc2 (patch)
treeb92138758788e04ddddeb8b64223eeaa1d032032
parentdocs: wording (diff)
downloadferdium-app-e8a4ea5e1deb1256289780efbaa746602b92abc2.tar.gz
ferdium-app-e8a4ea5e1deb1256289780efbaa746602b92abc2.tar.zst
ferdium-app-e8a4ea5e1deb1256289780efbaa746602b92abc2.zip
fix: formatting
-rw-r--r--.github/ISSUE_TEMPLATE/recipe_request.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/recipe_request.yml b/.github/ISSUE_TEMPLATE/recipe_request.yml
index c84b456f1..0eedb5f0e 100644
--- a/.github/ISSUE_TEMPLATE/recipe_request.yml
+++ b/.github/ISSUE_TEMPLATE/recipe_request.yml
@@ -5,15 +5,15 @@ body:
5 - type: markdown 5 - type: markdown
6 attributes: 6 attributes:
7 value: | 7 value: |
8 Before creating a new recipe request, please check if you can add it yourself. 8 Before creating a new recipe request, **please check if you can add it yourself**.
9 If you add a recipe yourself it will be added faster than having to go through other contributors to do this job for you. 9 If you add a recipe yourself, it will be added faster than having to go through other contributors to do this job for you.
10 10
11 As a first option to adding a service we recommend you search if someone already created such a recipe. For this, please search for your service name plus "Ferdium" or "Ferdi" on Github (e.g "WhatsApp Ferdium"), optionally you can also add "recipe" to the search query (e.g. "WhatsApp Ferdium recipe"). 11 As a first option to adding a service, we recommend you search if someone already created such a recipe. For this, please search for your service name plus "Ferdium" or "Ferdi" on Github (e.g "WhatsApp Ferdium"), optionally you can also add "recipe" to the search query (e.g. "WhatsApp Ferdium recipe").
12 If you find a recipe (e.g. https://github.com/meetfranz/recipe-whatsapp), please check that its license allows us to add it to the repository. For this, open the `package.json`` file of the project and look at the specified license. In most cases this will be `"license": "MIT"``: The MIT License allows us to add the recipe! Please also check that the recipe is working (e.g. by adding it as a dev recipe to your Ferdium installation or looking if there are existing issues on the repository) and that it contains your desired features (e.g. look at the README). Another good indicator for if the recipe supports notifications is if there is code inside the `webview.js`` file. 12 If you find a recipe (e.g. https://github.com/meetfranz/recipe-whatsapp), please check that its license allows us to add it to the repository. For this, open the `package.json` file of the project and look at the specified license. In most cases this will be `"license": "MIT"`: The MIT License allows us to add the recipe! Please also check that the recipe is working (e.g. by adding it as a dev recipe to your Ferdium installation or looking if there are existing issues on the repository) and that it contains your desired features (e.g. look at the README). Another good indicator for if the recipe supports notifications is if there is code inside the `webview.js` file.
13 13
14 If there is no existing recipe, you can also create one yourself - this often only takes 10-20 minutes and makes it much more likely that your service will get added! To create a recipe please look at [our guide](https://github.com/ferdium/ferdium-recipes/blob/main/docs/integration.md). 14 If there is no existing recipe, you can also create one yourself - this often only takes 10-20 minutes and makes it much more likely that your service will get added! To create a recipe please look at [our guide](https://github.com/ferdium/ferdium-recipes/blob/main/docs/integration.md).
15 15
16 IF YOU ARE NOT FAMILIAR WITH JAVASCRIPT: Please still search for a recipe using the guide above and add it to your request. 16 **If you are not familiar with JavaScript:** Please still search for a recipe using the guide above and add it to your request.
17 - type: checkboxes 17 - type: checkboxes
18 attributes: 18 attributes:
19 label: Preflight Checklist 19 label: Preflight Checklist