From 882504b4348c795b1fb5f5a6e61542f3cddad02a Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 15 May 2021 18:45:22 +0530 Subject: Housekeeping: Fixed markdown rule violations. --- .github/ISSUE_TEMPLATE/recipe_request.md | 5 ++--- .github/PULL_REQUEST_TEMPLATE/add_recipe.md | 7 +++++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to '.github') 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 IF YOU ARE NOT FAMILIAR WITH JAVASCRIPT: Please still search for a recipe using the guide above and add it to your request. --> - -Name of the service (e.g. WhatsApp): +Name of the service (e.g. WhatsApp): URL of the service (e.g. whatsapp.com): GitHub URL to a recipe : https://github.com/... Features you want implemented (optional): -- +- 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 @@ Thank you for taking the time to create a recipe for Ferdi. Please complete the following form so we can add your new recipe --> + ## Adding new recipe + Service: [Service your new recipe is for] URL: [URL to your service] @@ -10,7 +12,8 @@ URL: [URL to your service] Service ID: [What ID does your recipe use?] ### Terminal output -``` + +```bash [Output of your terminal when you ran yarn package] ``` @@ -19,4 +22,4 @@ Service ID: [What ID does your recipe use?] - [ ] I am the original creator of this package - [ ] My recipe has been tested to work inside Ferdi - + -- cgit v1.2.3-54-g00ecf