aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-15 18:45:22 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-15 19:33:09 +0530
commit882504b4348c795b1fb5f5a6e61542f3cddad02a (patch)
treebf6bed4cf9e6d807d009bba7be92a75e59563c7f /.github
parentHousekeeping: These recipes had been updated for bug fixes since Apr 2020, bu... (diff)
downloadferdium-recipes-882504b4348c795b1fb5f5a6e61542f3cddad02a.tar.gz
ferdium-recipes-882504b4348c795b1fb5f5a6e61542f3cddad02a.tar.zst
ferdium-recipes-882504b4348c795b1fb5f5a6e61542f3cddad02a.zip
Housekeeping: Fixed markdown rule violations.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/recipe_request.md5
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/add_recipe.md7
2 files changed, 7 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/recipe_request.md b/.github/ISSUE_TEMPLATE/recipe_request.md
index c32ea1a..65bf7a9 100644
--- a/.github/ISSUE_TEMPLATE/recipe_request.md
+++ b/.github/ISSUE_TEMPLATE/recipe_request.md
@@ -18,13 +18,12 @@ If there is no repository on GitHub you can also create one yourself - this ofte
18IF YOU ARE NOT FAMILIAR WITH JAVASCRIPT: Please still search for a recipe using the guide above and add it to your request. 18IF YOU ARE NOT FAMILIAR WITH JAVASCRIPT: Please still search for a recipe using the guide above and add it to your request.
19--> 19-->
20 20
21
22<!-- Please complete the following form to create your recipe request: --> 21<!-- Please complete the following form to create your recipe request: -->
23Name of the service (e.g. WhatsApp): 22Name of the service (e.g. WhatsApp):
24URL of the service (e.g. whatsapp.com): 23URL of the service (e.g. whatsapp.com):
25 24
26GitHub URL to a recipe <!-- (optional but highly recommended. Please look at the intructions above) -->: https://github.com/... 25GitHub URL to a recipe <!-- (optional but highly recommended. Please look at the intructions above) -->: https://github.com/...
27 26
28Features you want implemented (optional): 27Features you want implemented (optional):
29<!-- In this list you can write features you want this service to support, e.g. Notification support --> 28<!-- In this list you can write features you want this service to support, e.g. Notification support -->
30- 29-
diff --git a/.github/PULL_REQUEST_TEMPLATE/add_recipe.md b/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
index 6cc42b4..052fde4 100644
--- a/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
+++ b/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
@@ -2,7 +2,9 @@
2 Thank you for taking the time to create a recipe for Ferdi. 2 Thank you for taking the time to create a recipe for Ferdi.
3 Please complete the following form so we can add your new recipe 3 Please complete the following form so we can add your new recipe
4 --> 4 -->
5
5## Adding new recipe 6## Adding new recipe
7
6Service: [Service your new recipe is for] 8Service: [Service your new recipe is for]
7 9
8URL: [URL to your service] 10URL: [URL to your service]
@@ -10,7 +12,8 @@ URL: [URL to your service]
10Service ID: [What ID does your recipe use?] 12Service ID: [What ID does your recipe use?]
11 13
12### Terminal output 14### Terminal output
13``` 15
16```bash
14[Output of your terminal when you ran yarn package] 17[Output of your terminal when you ran yarn package]
15``` 18```
16 19
@@ -19,4 +22,4 @@ Service ID: [What ID does your recipe use?]
19- [ ] I am the original creator of this package 22- [ ] I am the original creator of this package
20- [ ] My recipe has been tested to work inside Ferdi 23- [ ] My recipe has been tested to work inside Ferdi
21 24
22<!-- Here you can write anything else you want to tell us. --> 25<!-- Here you can write anything else you want to tell us. -->