Skip to content

Commit b7be7a0

Browse files
authored
Update issue templates
1 parent 43f6c3a commit b7be7a0

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Information**
11+
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/).
12+
Make sure you are using the latest version of the library: [![Version](http://img.shields.io/cocoapods/v/iOSDFULibrary.svg)](http://cocoapods.org/pods/iOSDFULibrary)
13+
Also, before creating a new issue, make sure similar issue isn't already opened in [open](https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/issues) or [closed](https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/issues?q=is%3Aissue+is%3Aclosed) issues.
14+
15+
**DFU Bootloader version (please complete the following information):**
16+
- SDK version: [e.g. SDK 16]
17+
- Bonding used: [yes/no]
18+
- Library version: [e.g. 4.6.1]
19+
20+
**Device information (please complete the following information):**
21+
- Device: [e.g. iPhone 11]
22+
- OS: [e.g. iOS 13.1]
23+
24+
**Describe the bug**
25+
A clear and concise description of what the bug is.
26+
27+
**Logs**
28+
Add any other context or logs describing the problem here.

.github/ISSUE_TEMPLATE/question.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Question
3+
about: Ask a question regarding DFU Library for iOS
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
**Information**
11+
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/).
12+
Make sure you are using the latest version of the library: [![Version](http://img.shields.io/cocoapods/v/iOSDFULibrary.svg)](http://cocoapods.org/pods/iOSDFULibrary)
13+
Also, before asking a question, make sure similar issue isn't already opened in [open](https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/issues) or [closed](https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/issues?q=is%3Aissue+is%3Aclosed) issues.
14+
15+
**DFU Bootloader version (please complete the following information):**
16+
- SDK version: [e.g. SDK 16]
17+
- Bonding used: [yes/no]
18+
- Library version: [e.g. 4.6.1]
19+
20+
**Device information (please complete the following information):**
21+
- Device: [e.g. iPhone 11]
22+
- OS: [e.g. iOS 13.1]
23+
24+
**Your question**
25+
What do you have problem with?
26+
27+
**Logs**
28+
Add any other context or logs describing the problem here.

0 commit comments

Comments
 (0)