Skip to content

Commit 846d336

Browse files
authored
Add files via upload
1 parent 01a8099 commit 846d336

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior:
15+
1516
1. Go to '...'
1617
2. Click on '....'
1718
3. Scroll down to '....'
@@ -24,15 +25,17 @@ A clear and concise description of what you expected to happen.
2425
If applicable, add screenshots to help explain your problem.
2526

2627
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
28+
29+
- OS: [e.g. iOS]
30+
- Browser [e.g. chrome, safari]
31+
- Version [e.g. 22]
3032

3133
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
34+
35+
- Device: [e.g. iPhone6]
36+
- OS: [e.g. iOS8.1]
37+
- Browser [e.g. stock browser, safari]
38+
- Version [e.g. 22]
3639

3740
**Additional context**
3841
Add any other context about the problem here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Description
1+
## Description
22

33
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
44

55
Fixes # (issue)
66

7-
## Type of change
7+
### Type of change
88

99
Please delete options that are not relevant.
1010

@@ -13,20 +13,21 @@ Please delete options that are not relevant.
1313
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1414
- [ ] This change requires a documentation update
1515

16-
# How Has This Been Tested?
16+
## How Has This Been Tested?
1717

1818
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
1919

2020
- [ ] Test A
2121
- [ ] Test B
2222

2323
**Test Configuration**:
24-
* Firmware version:
25-
* Hardware:
26-
* Toolchain:
27-
* SDK:
2824

29-
# Checklist:
25+
- Firmware version:
26+
- Hardware:
27+
- Toolchain:
28+
- SDK:
29+
30+
## Checklist
3031

3132
- [ ] My code follows the style guidelines of this project
3233
- [ ] I have performed a self-review of my code

0 commit comments

Comments
 (0)