aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE/add_recipe.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/add_recipe.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/add_recipe.md b/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
new file mode 100644
index 0000000..6cc42b4
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/add_recipe.md
@@ -0,0 +1,22 @@
1<!--
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
4 -->
5## Adding new recipe
6Service: [Service your new recipe is for]
7
8URL: [URL to your service]
9
10Service ID: [What ID does your recipe use?]
11
12### Terminal output
13```
14[Output of your terminal when you ran yarn package]
15```
16
17### Additional information
18<!-- Please also accept the following checkboxes -->
19- [ ] I am the original creator of this package
20- [ ] My recipe has been tested to work inside Ferdi
21
22<!-- Here you can write anything else you want to tell us. -->