Update issue templates

This commit is contained in:
Aleksander Nowakowski 2019-12-20 10:23:12 +01:00 committed by GitHub
parent fbef8ba852
commit 1aa9ebbc3d
2 changed files with 56 additions and 0 deletions

28
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Information**
This GitHub Issue page is for reporting issues or asking questions regarding the iOS DFU library. For general DFU questions, SDK questions, etc, please check our [DevZone](https://devzone.nordicsemi.com/).
Make sure you are using the latest version of the library: [ ![Download](https://api.bintray.com/packages/nordic/android/no.nordicsemi.android%3Adfu/images/download.svg) ](https://bintray.com/nordic/android/no.nordicsemi.android%3Adfu/_latestVersion)
Also, before creating a new issue, make sure similar issue isn't already opened in [open](https://github.com/NordicSemiconductor/Android-DFU-Library/issues) or [closed](https://github.com/NordicSemiconductor/Android-DFU-Library/issues?q=is%3Aissue+is%3Aclosed) issues.
**DFU Bootloader version (please complete the following information):**
- SDK version: [e.g. SDK 16]
- Bonding used: [yes/no]
- Library version: [e.g. 1.9.1]
**Device information (please complete the following information):**
- Device: [e.g. Samsung S10]
- OS: [e.g. Android 9]
**Describe the bug**
A clear and concise description of what the bug is.
**Logs**
Add any other context or logs describing the problem here.

28
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,28 @@
---
name: Question
about: Ask a question regarding Android DFU Library
title: ''
labels: question
assignees: ''
---
**Information**
This GitHub Issue page is for reporting issues or asking questions regarding the iOS DFU library. For general DFU questions, SDK questions, etc, please check our [DevZone](https://devzone.nordicsemi.com/).
Make sure you are using the latest version of the library: [ ![Download](https://api.bintray.com/packages/nordic/android/no.nordicsemi.android%3Adfu/images/download.svg) ](https://bintray.com/nordic/android/no.nordicsemi.android%3Adfu/_latestVersion)
Also, before creating a new issue, make sure similar issue isn't already opened in [open](https://github.com/NordicSemiconductor/Android-DFU-Library/issues) or [closed](https://github.com/NordicSemiconductor/Android-DFU-Library/issues?q=is%3Aissue+is%3Aclosed) issues.
**DFU Bootloader version (please complete the following information):**
- SDK version: [e.g. SDK 16]
- Bonding used: [yes/no]
- Library version: [e.g. 1.9.1]
**Device information (please complete the following information):**
- Device: [e.g. Samsung A20]
- OS: [e.g. Android 6]
**Your question**
What do you have problem with?
**Logs**
Add any other context or logs describing the problem here.