Create bug_report.md

Simon Smith committed Jun 11, 2022 at 13:29 UTC de9ee3c3a4cfa8fdce55e006507db9e70992899e
1 file changed +37
.github/ISSUE_TEMPLATE/bug_report.md new
+37
@@ -0,0 +1,37 @@
1 +---
2 +name: Bug report
3 +about: Create a report to help us improve
4 +title: ''
5 +labels: bug
6 +assignees: ''
7 +
8 +---
9 +
10 +**Describe the bug**
11 +A clear and concise description of what the bug is.
12 +
13 +**To Reproduce**
14 +Steps to reproduce the behavior:
15 +1. Go to '...'
16 +2. Click on '....'
17 +3. Scroll down to '....'
18 +4. See error
19 +
20 +**Expected behavior**
21 +A clear and concise description of what you expected to happen.
22 +
23 +**Screenshots**
24 +If applicable, add screenshots to help explain your problem.
25 +
26 +**Server Software (please complete the following information):**
27 + - OS: [e.g. iOS]
28 + - Version: [e.g. 22]
29 + - Browser: [e.g. Google Chrome]
30 +
31 +**Remote Device (please complete the following information):**
32 + - Device: [e.g. iPhone6]
33 + - OS: [e.g. iOS8.1]
34 + - Current Core Version (if known): [**HINT**: Go into `console` Tab then type `info`]
35 +
36 +**Additional context**
37 +Add any other context about the problem here.