Skip to content

Commit 0105c9b

Browse files
authored
create issue template (#649)
1 parent c8b2920 commit 0105c9b

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ""
5+
labels: "bug"
6+
assignees: ""
7+
---
8+
9+
<!-- Feel free to remove/modify sections so they're a better fit for your request -->
10+
11+
**Describe the bug**
12+
13+
<!-- A clear and concise description of what the bug is. -->
14+
15+
**To Reproduce**
16+
17+
<!-- Attach a code sample or link to the repo which demonstrates the error -->
18+
19+
Steps to reproduce the behavior:
20+
21+
1. Go to '...'
22+
2. Click on '....'
23+
3. Scroll down to '....'
24+
4. See error
25+
26+
**Expected behavior**
27+
28+
<!-- A clear and concise description of what you expected to happen. -->
29+
30+
**Screenshots**
31+
32+
<!-- If applicable, attach screenshots and videos to help explain your problem. -->
33+
34+
**Desktop (please complete the following information):**
35+
36+
- OS: [e.g. iOS]
37+
- Browser [e.g. chrome, safari]
38+
- Version [e.g. 22]
39+
40+
**Device information:**
41+
42+
<!-- Please complete the following information -->
43+
44+
- Device: [e.g. iPhone 13]
45+
- OS: [e.g. iOS 15.4]
46+
- plugin version [e.g. v1.8.0]
47+
48+
**Additional context**
49+
50+
<!-- Add any other context about the problem here or delete this point. -->

0 commit comments

Comments
 (0)