From 2bb71acf8c03a1da0cf549163d183fa07dce4e1f Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Sat, 17 Nov 2018 10:46:23 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/create-new-issue.md | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/create-new-issue.md diff --git a/.github/ISSUE_TEMPLATE/create-new-issue.md b/.github/ISSUE_TEMPLATE/create-new-issue.md new file mode 100644 index 0000000..56622d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/create-new-issue.md @@ -0,0 +1,38 @@ +--- +name: Create new issue +about: Create a detailed issue to help us to fix them +labels: + +--- + + + +## Expected Behavior + + + +## Current Behavior + + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +## Context + + + +## Your Environment + +* PowerShell Version used (`$PSVersionTable.PSVersion`): + +* Operating System and version (`Get-WmiObject Win32_OperatingSystem | Select-Object Version, BuildNumber, Caption`):