Skip to content

Commit f0fd5e0

Browse files
committed
ISSUE_TEMPLATE updates
1 parent de01eb1 commit f0fd5e0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ISSUE_TEMPLATE.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Please answer the following
22

3-
"OpenSSH for Windows" version?
4-
((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)
3+
**"OpenSSH for Windows" version**
4+
`((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)`
55

6-
OS details?
7-
((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)
6+
**OS details**
7+
`((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)`
88

9-
What is failing?
9+
**What is failing**
1010

11-
Expected output?
11+
**Expected output**
1212

13-
Actual output?
13+
**Actual output**

0 commit comments

Comments
 (0)