Update issue templates
This commit is contained in:
parent
fbef8ba852
commit
1aa9ebbc3d
|
@ -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: [  ](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.
|
|
@ -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: [  ](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.
|
Loading…
Reference in New Issue