From 6bef3fd394c8e1945a6eda5888b63f33b625e8e4 Mon Sep 17 00:00:00 2001 From: Patches Date: Sun, 19 Aug 2018 10:25:38 -0500 Subject: [PATCH] Add issue template --- .../ISSUE_TEMPLATE/wisefy-issue-template.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/wisefy-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/wisefy-issue-template.md b/.github/ISSUE_TEMPLATE/wisefy-issue-template.md new file mode 100644 index 00000000..a142743b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/wisefy-issue-template.md @@ -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'