Skip to content

Commit

Permalink
[meta] add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
ROSSROSALES authored and ljharb committed Nov 8, 2022
1 parent 8adc7a4 commit 3e801b3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -1,10 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug] "
title: "[BUG] "
labels: bug, help wanted
assignees: ''

---

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

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

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

#### **Configuration Settings:**
- OS: ` `
- ESLint Ver: ` `
- `eslint-plugin-react` version: ` `
- `eslint` version: ` `
- `node` version: ` `

0 comments on commit 3e801b3

Please sign in to comment.