Skip to content

Commit

Permalink
Added back issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Manoj Ampalam committed Apr 5, 2018
1 parent 649ce70 commit d15b29e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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**

0 comments on commit d15b29e

Please sign in to comment.