docs: Update issue templates

* Create icon_request.md

* Delete ISSUE_TEMPLATE.md

* Create bug_report.md

* creating an example bug report

* Using same bug report from issue template
This commit is contained in:
Yashu Mittal
2018-07-19 07:04:53 +05:30
committed by Cole Bemis
parent 156c0919c9
commit 8aec53b331
4 changed files with 98 additions and 15 deletions

View File

@@ -37,24 +37,36 @@ When creating a new issue make sure to include the following:
- A screenshot of any visual bug.
Here is what a great bug report would look like:
```
Check not rendering properly
## Prerequisites
Version: Release v3.1.0
Downloaded from: Import using webpack
OS: Mac OSX
Running from: Import using webpack
Operating system: Mac OSX
Bits: 64 bits
## Step to reproduce
How to reproduce:
- Import `check` icon
- Add to a React component/view
- Run the react app
- Notice that the `check` isn't rendering correctly which seems a encoding problem
Actual result:
### Actual behavior:
- Import `check` icon
- Add to a React component/view
- Run the react app
- Check is displayed with correct encoding (e.g UTF-8)
## Any message or error
No console output
...
## Resources
No resources
...
```