From de01eb1d03d12f385a4649bc8094367cc5f5c69e Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Wed, 22 Mar 2017 14:39:20 -0700 Subject: [PATCH] ISSUE_TEMPLATE --- ISSUE_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..fdbd7a6 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +Please answer the following + +"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) + +What is failing? + +Expected output? + +Actual output?