Skip to content

Commit c3229ee

Browse files
author
Cruz Monrreal
authored
Merge pull request #9713 from kfnta/pr-template
Add release notes section to PR template
2 parents 1492dc1 + 3762990 commit c3229ee

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/pull_request_template.md

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

3-
<!--
3+
<!--
44
Required
5-
Add here detailed changes summary, testing results, dependencies
5+
Add here detailed changes summary, testing results, dependencies
66
Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html (Pull request template)
77
-->
88

99

1010
### Pull request type
1111

12-
<!--
12+
<!--
1313
Required
1414
Please add only one X to one of the following types. Do not fill multiple types (split the pull request otherwise).
1515
Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front
@@ -26,8 +26,15 @@
2626

2727
### Reviewers
2828

29-
<!--
29+
<!--
3030
Optional
3131
Request additional reviewers with @username
3232
-->
3333

34+
### Release Notes
35+
36+
<!--
37+
Optional
38+
In case of breaking changes, functionality changes or refactors, please add release notes here.
39+
For more information, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing /workflow.html#pull-request-types).
40+
-->

0 commit comments

Comments
 (0)