diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..b501d941 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,46 @@ +--- +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 (use ``bash-it show (plugins/themes/aliases)``): +* ``bash-it doctor`` output: +* Bash version: +* Operating System and version: + +## Your Bash Config File + + +```bash + # Your bash config file should be here +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..b1fabfba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature request +assignees: '' + +--- + + + +## Expected Behavior + + +## Current Behavior + + +## Possible Solution + + +## Context + +