aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2019-09-28 13:09:19 +0200
committerLibravatar GitHub <noreply@github.com>2019-09-28 13:09:19 +0200
commit05d4df6d3f4a13d20011c14ae633363dcbf16ddc (patch)
treeb88375e5ef56fd207b5f666111038143211c675f /.github
parentUpdate issue templates (diff)
downloadferdium-recipes-05d4df6d3f4a13d20011c14ae633363dcbf16ddc.tar.gz
ferdium-recipes-05d4df6d3f4a13d20011c14ae633363dcbf16ddc.tar.zst
ferdium-recipes-05d4df6d3f4a13d20011c14ae633363dcbf16ddc.zip
Add pull request template
Diffstat (limited to '.github')
-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. -->