Skip to content

Commit

Permalink
Add bug and issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hartzis committed Feb 1, 2019
1 parent 17cb6f9 commit 95797ea
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/---support-usage-question.md
@@ -0,0 +1,19 @@
---
name: "\U0001F914 Support/Usage Question"
about: General support for swipeable
title: ''
labels: ''
assignees: ''

---

If you have a question that doesn't concern bugs or requests, all i am asking you is to look for answers first before you hit submit.

When you haven't found anything, please isolate your issue in a [codesandbox](https://codesandbox.io/), that makes it so much easier on our side to inspect and understand the issue.

Fork the example codesandboxes:
- hook: https://codesandbox.io/s/lrk6955l79
- component: https://codesandbox.io/s/4q7n429vl4


Thanks for understanding!
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,25 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Steps or Sandbox to reproduce**
Fork the example codesanboxes
- hook: https://codesandbox.io/s/lrk6955l79
- component: https://codesandbox.io/s/4q7n429vl4

**Expected behavior**
A clear and concise description of what you expected to happen.

** Device/Browser **
Please let us know what device and/or browser has the issue.

**Additional context**
Add any other context about the problem here.

0 comments on commit 95797ea

Please sign in to comment.