aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/recipe_request.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-18 08:34:27 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-18 08:34:27 +0530
commitb4b3646e236ce9499117cc40a9ba1e9821c7d6e0 (patch)
treee5f83536ffde705f32a2b9e82920f4ccff253c6a /.github/ISSUE_TEMPLATE/recipe_request.md
parentdon't use npm cache (since it breaks the CI builds randomly) (diff)
downloadferdium-recipes-b4b3646e236ce9499117cc40a9ba1e9821c7d6e0.tar.gz
ferdium-recipes-b4b3646e236ce9499117cc40a9ba1e9821c7d6e0.tar.zst
ferdium-recipes-b4b3646e236ce9499117cc40a9ba1e9821c7d6e0.zip
Revamped github Issue templates (new yml syntax) [skip ci]
Diffstat (limited to '.github/ISSUE_TEMPLATE/recipe_request.md')
-rw-r--r--.github/ISSUE_TEMPLATE/recipe_request.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/.github/ISSUE_TEMPLATE/recipe_request.md b/.github/ISSUE_TEMPLATE/recipe_request.md
deleted file mode 100644
index 65bf7a9..0000000
--- a/.github/ISSUE_TEMPLATE/recipe_request.md
+++ /dev/null
@@ -1,29 +0,0 @@
1---
2name: A Recipe Request
3about: Suggest a service that we should add to Ferdi
4title: '<SERVICE>'
5labels: 'recipe request'
6assignees: ''
7
8---
9<!--
10Before creating a new recipe request please check if you can add it yourself.
11If you add a recipe yourself it will be added faster than having to go through other contributors to do this job for you.
12
13As 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 "Franz" on Github (e.g "WhatsApp Franz"), optionally you can also add "recipe" to the search query (e.g. "WhatsApp Franz recipe"). 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 Ferdi 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.
14After finding a recipe you can let our fetch script add it to the repository for you. For this, please fork this repository on GitHub and follow the instructions on https://github.com/getferdi/recipes#importing-recipes-from-github. After adding the recipe, please create a PR back to this repository.
15
16If there is no repository on GitHub 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 this guide from Franz: https://github.com/meetfranz/plugins/blob/master/docs/integration.md.
17
18IF YOU ARE NOT FAMILIAR WITH JAVASCRIPT: Please still search for a recipe using the guide above and add it to your request.
19-->
20
21<!-- Please complete the following form to create your recipe request: -->
22Name of the service (e.g. WhatsApp):
23URL of the service (e.g. whatsapp.com):
24
25GitHub URL to a recipe <!-- (optional but highly recommended. Please look at the intructions above) -->: https://github.com/...
26
27Features you want implemented (optional):
28<!-- In this list you can write features you want this service to support, e.g. Notification support -->
29-