Skip to content

Commit de01eb1

Browse files
committed
ISSUE_TEMPLATE
1 parent 776483f commit de01eb1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ISSUE_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Please answer the following
2+
3+
"OpenSSH for Windows" version?
4+
((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)
5+
6+
OS details?
7+
((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)
8+
9+
What is failing?
10+
11+
Expected output?
12+
13+
Actual output?

0 commit comments

Comments
 (0)