diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7fbf05d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Something's wrong, you can feel it +title: "[Bug]: " +labels: bug +assignees: '' +--- + +**Type** +As in, "Non-responsive element" or "Build fails", "404 error" etc. + +**Describe the bug** +If you can't describe it, then leave. + +**How to reproduce it** +If it happened during a certain action, how exactly? + +**Expected behavior** +Describe what you expected to happen. + +**Actual behavior** +Describe what actually happened. + +**Screenshots or logs** + +**Optional messages** +Anything else you'd like to mention. |
