From d15b29ee44ac5f88644fd24e626214fb56dc9236 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Thu, 5 Apr 2018 09:45:30 -0700 Subject: [PATCH] Added back issue template --- ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..a624eee --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +Please answer the following + +**If it is a terminal issue then please go through wiki +https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH** + +**"OpenSSH for Windows" version** + `((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)` + +**Server OperatingSystem** + `((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)` + +**Client OperatingSystem** + +**What is failing** + +**Expected output** + +**Actual output**