We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048c7f3 commit d918da8Copy full SHA for d918da8
.github/ISSUE_TEMPLATE.md.txt
@@ -0,0 +1,32 @@
1
+Steps to reproduce
2
+------------------
3
+
4
+```powershell
5
6
+```
7
8
+Expected behavior
9
+-----------------
10
11
+```none
12
13
14
15
+Actual behavior
16
+---------------
17
18
19
20
21
22
+Environment data
23
+----------------
24
25
+<!-- Provide the output of the following 2 commands -->
26
27
28
+> $PSVersionTable
29
30
+> (Get-Module -ListAvailable PSScriptAnalyzer).Version | ForEach-Object { $_.ToString() }
31
32
0 commit comments