From f0fd5e0099b8f8ba934cf6e28f35829b05bc7fcf Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Wed, 22 Mar 2017 14:40:56 -0700 Subject: [PATCH] ISSUE_TEMPLATE updates --- ISSUE_TEMPLATE.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index fdbd7a6..3e90128 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,13 +1,13 @@ Please answer the following -"OpenSSH for Windows" version? - ((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion) +**"OpenSSH for Windows" version** + `((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)` -OS details? - ((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName) +**OS details** + `((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)` -What is failing? +**What is failing** -Expected output? +**Expected output** -Actual output? +**Actual output**