From 09aac75c958a59e4fe967bd5ec59c7d6219ac742 Mon Sep 17 00:00:00 2001 From: Faiz Shaikh Date: Thu, 17 Jan 2019 13:26:40 -0800 Subject: [PATCH] Require raw path for deployment template --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4c08aa9..4f554bb 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,7 +6,7 @@ ________ - Description: A short block of text (~100 characters max) explaining what your sample does. ________ -- Template: The path to the ARM template which deploys the application. For more information, see the [README](https://github.com/Azure/FunctionLibrary/blob/master/README.md). +- Template: The raw path to the ARM template which deploys the application. eg https://raw.githubusercontent.com/anthonychu/azure-functions-openalpr/master/azuredeploy.json For more information, see the [README](https://github.com/Azure/FunctionLibrary/blob/master/README.md). ________ - Repository: The URL of a public git repository.