-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fc2ec1
commit 6bef3fd
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |