Skip to content

Commit d15b29e

Browse files
author
Manoj Ampalam
committed
Added back issue template
1 parent 649ce70 commit d15b29e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

ISSUE_TEMPLATE.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Please answer the following
2+
3+
**If it is a terminal issue then please go through wiki
4+
https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PTY-support-in-Windows-OpenSSH**
5+
6+
**"OpenSSH for Windows" version**
7+
`((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)`
8+
9+
**Server OperatingSystem**
10+
`((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)`
11+
12+
**Client OperatingSystem**
13+
14+
**What is failing**
15+
16+
**Expected output**
17+
18+
**Actual output**

0 commit comments

Comments
 (0)