From ffee16c06f51ca5261d15a13f9af657ed7819282 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sat, 3 Feb 2018 21:22:07 +0000 Subject: [PATCH] Add a simple GitHub issue template based on the one of PowerShell Core. --- .github/ISSUE_TEMPLATE.md.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md.txt 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() } + +```