diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6781b71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug Report +about: issue template for bugs +title: 'Bug: ' +labels: 'bug' +assignees: '' + +--- + +### Bug Description + +### Steps to Reproduce +1. +2. +3. + +### Expected Behavior + +### Actual Behavior + +### Connected Issues + +---