diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..95f4f7f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..496fdf0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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. diff --git a/README.md b/README.md index a983fd4..b5c3eb3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DFU Library -[ ![Download](https://api.bintray.com/packages/nordic/android/dfu-library/images/download.svg) ](https://bintray.com/nordic/android/dfu-library/_latestVersion) +[ ![Download](https://api.bintray.com/packages/nordic/android/no.nordicsemi.android%3Adfu/images/download.svg?version=1.9.1) ](https://bintray.com/nordic/android/no.nordicsemi.android%3Adfu/1.9.1/link) ### Usage