Skip to content

Commit ba0bca9

Browse files
committed
Remove release notes section
Feedback has shown that having similar fields in the release notes section to the main headings is confusing. This PR simplifies the sections and removes the release notes section completely. Changes will be required to the release scripts and the docs to reflect these changes.
1 parent 3f2fd47 commit ba0bca9

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

.github/pull_request_template.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,28 @@ template is automatically parsed.
1616
the issue is and add the reference. E.g. Fixes #17119).
1717
1818
Any implications for users taking this change.
19-
-->
19+
20+
NOTE: This section is automatically written to release notes for Feature and
21+
Major releases and should contain enough details for a user.
22+
23+
-->
24+
25+
### Impact of changes <!-- Optional -->
26+
<!--
27+
If there are any implications for users taking this change then they must be
28+
provided here. For Major PR types this field is MANDATORY.
29+
30+
NOTE: This section is automatically written to release notes for Feature and
31+
Major releases and should contain enough details for a user.
32+
-->
33+
34+
### Migration actions required <!-- Optional -->
35+
<!--
36+
This should only be applicable in Major PR types for which this field is MANDATORY.
37+
38+
NOTE: This section is automatically written to release notes for Feature and
39+
Major releases and should contain enough details for a user.
40+
-->
2041

2142
### Documentation <!-- Required -->
2243

@@ -57,16 +78,3 @@ template is automatically parsed.
5778
-->
5879

5980
----------------------------------------------------------------------------------------------------------------
60-
### Release Notes <!-- Required for features, deprecations, breaking changes and other major PRs -->
61-
62-
<!--
63-
All 3 sections are compulsory for Major PR types. For Feature PRs only the summary section is required.
64-
This section is automatically added to release notes. Please fill in each sub-section with sufficient detail for a user.
65-
For more information, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html#pull-request-types).
66-
-->
67-
68-
#### Summary of changes
69-
70-
#### Impact of changes
71-
72-
#### Migration actions required

0 commit comments

Comments
 (0)