From 682e3456c70d62c4284a4a458d7c14aaaaaa4d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20H=C3=BCbelbauer?= Date: Wed, 14 Jun 2017 09:26:44 +0200 Subject: [PATCH 1/3] Add spaces and fix switch to actual MarkDown I've added spaces after the colons and the numbered list does so the reporter doesn't have to do it themselves or worse yet doesn't default to not adding them. I've also removed the HTML comment, because it makes no sense in a MarkDown file, especially when it defaults to edit view when creating an issue. I've converted the link to MarkDown link, too. --- issue_template.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/issue_template.md b/issue_template.md index 81a8470fc44a7..dbe0b27b6184c 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,9 +1,9 @@ - +Do you have a question? Please ask it on [Stack Overflow with `vscode` tag](http://stackoverflow.com/questions/tagged/vscode) -- VSCode Version: -- OS Version: +- VSCode Version: (Help -> About) +- OS Version: Steps to Reproduce: -1. -2. +1. +2. From 0f49157f9b24d70f73defcc0a8f2621489574bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20H=C3=BCbelbauer?= Date: Wed, 14 Jun 2017 19:19:05 +0200 Subject: [PATCH 2/3] Recommend Help > Report Issues --- issue_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/issue_template.md b/issue_template.md index dbe0b27b6184c..44316689ef785 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,7 +1,8 @@ Do you have a question? Please ask it on [Stack Overflow with `vscode` tag](http://stackoverflow.com/questions/tagged/vscode) -- VSCode Version: (Help -> About) +- VSCode Version: - OS Version: +(Use Help > Report Issues to prefill these) Steps to Reproduce: From 6cd1fa7c7eb7949d4a3d74da9a0148e267219566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20H=C3=BCbelbauer?= Date: Thu, 15 Jun 2017 09:13:39 +0200 Subject: [PATCH 3/3] Flip the list and recommendation so people notice before copying Help > About --- issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue_template.md b/issue_template.md index 44316689ef785..7747f9d337142 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,8 +1,8 @@ Do you have a question? Please ask it on [Stack Overflow with `vscode` tag](http://stackoverflow.com/questions/tagged/vscode) +(Use Help > Report Issues to prefill these) - VSCode Version: - OS Version: -(Use Help > Report Issues to prefill these) Steps to Reproduce: