Skip to content

Commit

Permalink
chore: add GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored Aug 17, 2019
2 parents 6df6a0e + dbddc97 commit 0ce8623
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0ce8623

Please sign in to comment.