mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
it would be way better if all issues will be standardised.
This commit is contained in:
parent
987e08af61
commit
dbddc97edf
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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?_
|
||||
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
||||
Loading…
x
Reference in New Issue
Block a user