it would be way better if all issues will be standardised.

This commit is contained in:
xobotyi 2019-08-14 03:19:40 +03:00
parent 987e08af61
commit dbddc97edf
2 changed files with 38 additions and 0 deletions

21
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,21 @@
---
name: Bug report
about: Create a report if you having any problems using the package
title: ''
labels: ''
assignees: ''
---
**What is the current behavior?**
**Steps to reproduce it and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have extra dependencies other than `react-use`. Paste the link to your [JSFiddle](https://jsfiddle.net) or [CodeSandbox](https://codesandbox.io) example below:**
**What is the expected behavior?**
**A little about versions:**
- _OS_:
- _Browser (vendor and version)_:
- _React_:
- _`react-use`_:
- _Did this worked in the previous package version?_

View File

@ -0,0 +1,17 @@
---
name: Feature request
about: Have an idea? Great! Let us know, maybe we`ve been waiting only for you =)
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.