Skip to content

Commit 668f4d3

Browse files
committed
pull request: add required info
Please use these 2 sections for describing a pull request. They should be part of every pull request. The type specifies what is expected from the pull request and when it can be released. For instance a feature pull request can't be expected to go to the patch release. Important: do not mix pull request types ! Changed also the heading type, to make it smaller.
1 parent f0cc00e commit 668f4d3

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)