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 +```