Skip to content

Commit

Permalink
Merge pull request #171 from HarmlessKey/github/issue_templates
Browse files Browse the repository at this point in the history
Add bug template
  • Loading branch information
HarmlessHarm authored Jun 30, 2023
2 parents 7bd1009 + bd9bfee commit 03d2160
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Screenshots of errors in the dev console**
Error messages output to the dev console really help us narrow down the issue
_How to open the dev console_
| browser | shortcut | alternative |
| - | - | - |
| Chrome | CTRL + SHIFT + J | F12 > Console tab |
| Edge | CTRL + SHIFT + J | F12 > Console tab |
| Firefox | CTRL + SHIFT + K | F12 > Console tab |

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.

0 comments on commit 03d2160

Please sign in to comment.