Skip to content

Commit 2b0f169

Browse files
authored
Merge pull request #6231 from 0xc0170/fix_pr_template_required
pull request: add required info
2 parents f624802 + 668f4d3 commit 2b0f169

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
# Description
1+
### Description
22

3-
> Detailed changes summary | testing | dependencies
4-
> Good example: https://os.mbed.com/docs/latest/reference/guidelines.html#workflow (Pull request template)
3+
<!--
4+
Required
5+
Add here detailed changes summary, testing results, dependencies
6+
Good example: https://os.mbed.com/docs/latest/reference/guidelines.html#workflow (Pull request template)
7+
-->
58

6-
# Pull request type
9+
10+
### Pull request type
11+
12+
<!--
13+
Required
14+
Please tick one of the following types
15+
-->
716

817
- [ ] Fix
918
- [ ] Refactor
10-
- [ ] New Target
19+
- [ ] New target
1120
- [ ] Feature
21+
- [ ] Breaking change

0 commit comments

Comments
 (0)