Skip to content

Commit

Permalink
Add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Aug 19, 2018
1 parent 9fc2ec1 commit 6bef3fd
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/wisefy-issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: WiseFy Issue Template
about: Create a report to help improve this library

---

Thank you for creating an issue to improve this library! Please check Please check [the current issues](/issues) to make sure that the improvement isn't already being worked on.

**Description**
A clear and concise description of the bug or feature.

**Additional context**
Add any other context about the request or bug here.

**Screenshots**
If applicable, add screenshots to help explain.

*For Bugs*

**To Reproduce**
Steps to reproduce the behavior:
1. Create WiseFy instance
2. Call '...' method with '...' as params (please include if it's the synchronous or asynchronous API)
3. Witness unexpected behavior

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

**Actual behavior**
A description of what actually happened

**Android Information**
- Device (i.e. Nexus 5x):
- OS Version (i.e. Android 8.1):
- Rooted:

**Logs**
Please include logs from WiseFy if at all possible. They can be found with `logging(true)` set on the WiseFy instance and by filtering on 'WiseFy'

0 comments on commit 6bef3fd

Please sign in to comment.