aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
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/PULL_REQUEST_TEMPLATE/add_recipe.md
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/PULL_REQUEST_TEMPLATE/add_recipe.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/add_recipe.md7
1 files changed, 5 insertions, 2 deletions
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. -->