From 05d4df6d3f4a13d20011c14ae633363dcbf16ddc Mon Sep 17 00:00:00 2001 From: Bennett Date: Sat, 28 Sep 2019 13:09:19 +0200 Subject: Add pull request template --- .github/PULL_REQUEST_TEMPLATE/add_recipe.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/add_recipe.md (limited to '.github') 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 @@ + +## Adding new recipe +Service: [Service your new recipe is for] + +URL: [URL to your service] + +Service ID: [What ID does your recipe use?] + +### Terminal output +``` +[Output of your terminal when you ran yarn package] +``` + +### Additional information + +- [ ] I am the original creator of this package +- [ ] My recipe has been tested to work inside Ferdi + + -- cgit v1.2.3-54-g00ecf