mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
8aec53b331
* Create icon_request.md * Delete ISSUE_TEMPLATE.md * Create bug_report.md * creating an example bug report * Using same bug report from issue template
1.1 KiB
1.1 KiB
name | about |
---|---|
Bug report | Create a report to help us improve |
Prerequisites
- Version:
- Are you running from source/master:
- Are you using a released build:
- Operating system:
- Bits:
Step to reproduce
(Type here)
Actual behavior
Any message or error
(Type here)
Resources
- Links
- Screenshots
Here is what a great bug report would look like:
## Prerequisites
Version: Release v3.1.0
Running from: Import using webpack
Operating system: Mac OSX
Bits: 64 bits
## Step 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 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
...