ISSUE_TEMPLATE

This commit is contained in:
Manoj Ampalam 2017-03-22 14:39:20 -07:00
parent 776483fb4e
commit de01eb1d03
1 changed files with 13 additions and 0 deletions

13
ISSUE_TEMPLATE.md Normal file
View File

@ -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?