Skip to content

Commit 3e801b3

Browse files
ROSSROSALESljharb
authored andcommitted
[meta] add issue template
1 parent 8adc7a4 commit 3e801b3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: "[Bug] "
4+
title: "[BUG] "
55
labels: bug, help wanted
66
assignees: ''
7-
87
---
98

109
## **Description Overview**
@@ -13,7 +12,7 @@ A clear and concise description of what the bug is.
1312
### **Example**
1413
```
1514
your code or your screenshots here
16-
'a picture or example is worth a thousand words'
15+
'a picture or example is worth a thousand words (but please share code as text, not images)
1716
```
1817

1918
### **Reproduce Bug**
@@ -27,9 +26,11 @@ Steps to reproduce the behavior:
2726
A clear and concise description of what you expected to happen.
2827

2928
### **Suggestion for Solution**
30-
List what you have tried so far to fix bug.
29+
List what you have tried so far to fix bug.
3130
This gives an opportunity for others to help find a solution. Especially first time contributers.
3231

3332
#### **Configuration Settings:**
3433
- OS: ` `
35-
- ESLint Ver: ` `
34+
- `eslint-plugin-react` version: ` `
35+
- `eslint` version: ` `
36+
- `node` version: ` `

0 commit comments

Comments
 (0)