diff --git a/.github/ISSUE_TEMPLATE.md.txt b/.github/ISSUE_TEMPLATE.md.txt new file mode 100644 index 000000000..9aac57600 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md.txt @@ -0,0 +1,32 @@ +Steps to reproduce +------------------ + +```powershell + +``` + +Expected behavior +----------------- + +```none + +``` + +Actual behavior +--------------- + +```none + +``` + +Environment data +---------------- + + + +```powershell +> $PSVersionTable + +> (Get-Module -ListAvailable PSScriptAnalyzer).Version | ForEach-Object { $_.ToString() } + +```