Skip to content

Commit 7095929

Browse files
committed
Proposal for Issue Template
Allows for a standard way for Issues to be asked. This helps contributors with finding a solution to problem
1 parent dfd64ae commit 7095929

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[Bug] "
5+
labels: bug, help wanted
6+
assignees: ''
7+
8+
---
9+
10+
## **Description Overview**
11+
A clear and concise description of what the bug is.
12+
13+
### **Example**
14+
```
15+
your code or your screenshots here
16+
'a picture or example is worth a thousand words'
17+
```
18+
19+
### **Reproduce Bug**
20+
Steps to reproduce the behavior:
21+
1. Go to '...'
22+
2. Click on '....'
23+
3. etc..
24+
4. See error
25+
26+
## **Expected behavior**
27+
A clear and concise description of what you expected to happen.
28+
29+
### **Suggestion for Solution**
30+
List what you have tried so far to fix bug.
31+
This gives an opportunity for others to help find a solution. Especially first time contributers.
32+
33+
#### **Configuration Settings:**
34+
- OS: ` `
35+
- ESLint Ver: ` `

0 commit comments

Comments
 (0)