diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..89a712a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: Bug +assignees: '' + +--- + +**What went wrong?** + +A clear and concise description of what the bug is. + +**What was the console output?** + +N/A if no console output was recorded + +**How can we reproduce this bug?** + +The Steps to reproduce this behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**What should've happened?** + +A clear and concise description of what you expected to happen. + +**Screenshots** + +If applicable, add screenshots to help explain your problem. + +**Miscellaneous (please complete the following information):** + + - Browser and Version [e.g. stock browser, safari] + - Bootstrap Version [e.g. 4.3] + - Plugin Version [e.g. 0.7.1] + +Add any other context about the problem here.