From b9de3ddaa0644f57061942b630c96cb3811117a6 Mon Sep 17 00:00:00 2001 From: Petri Asikainen Date: Wed, 16 Jun 2021 18:44:37 +0300 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..0c53072 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,31 @@ +## Context + + + +## Your Environment + +* SnipitPS Module version used: +* Operating System and PowerShell version: + +## Expected Behavior + + + +## Current Behavior + + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + + +