diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-01-16 16:58:24 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-01-16 16:58:24 +0100 |
| commit | f0936d9c8b61121cbdfe51bf310fad90b5b0fa03 (patch) | |
| tree | 4a7e992395ecbd0c6f918f18e1740a2beaad9862 /.github/ISSUE_TEMPLATE/bug_report.md | |
| download | pml68.dev-f0936d9c8b61121cbdfe51bf310fad90b5b0fa03.tar.gz | |
Initial commit
This is just a test site for now, will add content soon
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. |
