Skip to content

Commit

Permalink
chore: create bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Jul 8, 2024
1 parent ea1993e commit d71b1db
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/03-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Report a bug
about: Report bugs to the site here!
title: "Bug report: (insert bug details here)"
labels: bug
assignees:
- WorldWidePixel
- blryface

---

## Describe the bug here

(explain bug)

## Steps to reproduce

Step 1: ...
Step 2: ...

Add more steps as necessary.

## Expected result

(put expected result here)

### Additional info

Please add details of the following here:

- Browser being used and what version (check in your browser's About page)
- Extensions loaded

## Checklist

- [ ] I have clearly and, to the best of my ability, accurately stated info about the bug I'm experiencing.
- [ ] I have searched for duplicate issues and have not found any.
- [ ] I did not read this section.

0 comments on commit d71b1db

Please sign in to comment.