Skip to content

Commit d918da8

Browse files
bergmeisterJamesWTruher
authored andcommitted
Add a simple GitHub issue template based on the one of PowerShell Core. (#865)
1 parent 048c7f3 commit d918da8

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE.md.txt

+32
Original file line numberDiff line numberDiff line change
@@ -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+
```none
19+
20+
```
21+
22+
Environment data
23+
----------------
24+
25+
<!-- Provide the output of the following 2 commands -->
26+
27+
```powershell
28+
> $PSVersionTable
29+
30+
> (Get-Module -ListAvailable PSScriptAnalyzer).Version | ForEach-Object { $_.ToString() }
31+
32+
```

0 commit comments

Comments
 (0)