From 4a9ff558604d64dec913131cd6861b7485726d5c Mon Sep 17 00:00:00 2001 From: Arnav Singh Date: Fri, 14 Jun 2019 13:28:27 -0700 Subject: [PATCH] Fix issue template to ask for `iotedge check` without `--output json` (#1337) a72a95fa124db8b8a9242796e6523a7c7bbbc668 added a section for `iotedge check --output json` output, but `--output json` is not in 1.0.7 (5bf532453bb26a8af75ab4e9532c1d11e6490066). This commit changes it to ask for just `iotedge check` until 1.0.8 is released. Ref: https://github.com/Azure/iotedge/issues/1324 --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6ef34e493d4..516a2b0dbec 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -27,12 +27,12 @@ Need Support? ## Context (Environment) -### Output of `iotedge check --output json` +### Output of `iotedge check`
Click here -```json +``` // Paste here ```