We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de01eb1 commit f0fd5e0Copy full SHA for f0fd5e0
ISSUE_TEMPLATE.md
@@ -1,13 +1,13 @@
1
Please answer the following
2
3
-"OpenSSH for Windows" version?
4
- ((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)
+**"OpenSSH for Windows" version**
+ `((Get-Item (Get-Command sshd).Source).VersionInfo.FileVersion)`
5
6
-OS details?
7
- ((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)
+**OS details**
+ `((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)`
8
9
-What is failing?
+**What is failing**
10
11
-Expected output?
+**Expected output**
12
13
-Actual output?
+**Actual output**
0 commit comments