From 856c60993ed06f1213edea0445b3e58cf6ce7f9f Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Mon, 14 Dec 2020 16:57:06 +0200 Subject: [PATCH] Add "bug" issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..2eb87013 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,45 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: '' +labels: bug:general +assignees: '' + +--- + + + +## Expected Behavior + + +## Current Behavior + + +## Possible Solution + + +## Context + + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Your Environment + +* Bash-it version used: +* List of enabled plugins, themes and aliases: +* Bash version: +* Operating System and version: + +## Your Bash Config File + + +```bash + # Your bash config file should be here +```