diff --git a/.github/ISSUE_TEMPLATE/Bug Report.md b/.github/ISSUE_TEMPLATE/Bug Report.md new file mode 100644 index 0000000..9f6a6b8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug Report.md @@ -0,0 +1,30 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: '[BUG] ' +labels: bug +assignees: '' +--- + +## Describe the Bug +A clear and concise description of what the bug is. + +## Steps to Reproduce +1. Go to '...' +2. 2. Click on '...' + 3. 3. Scroll down to '...' + 4. 4. See error + + 5. ## Expected Behavior + 6. A clear and concise description of what you expected to happen. + + 7. ## Screenshots + 8. If applicable, add screenshots to help explain your problem. + + 9. ## Environment + 10. - OS: [e.g. Windows 10, macOS] + - - Browser: [e.g. Chrome, Safari] + - - Version: [e.g. 22] + + - ## Additional Context + - Add any other context about the problem here.