Skip to content

Commit 30bab09

Browse files
authored
Merge pull request #11899 from ARMmbed/feature-pr-template-bulislaw
Fixes to PR template
2 parents ab7f602 + dd7f557 commit 30bab09

File tree

1 file changed

+17
-21
lines changed

1 file changed

+17
-21
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
<!--
2-
For more information on the requirements for pull requests, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html#pull-request-types).
2+
For more information on the requirements for pull requests, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html).
33
-->
4-
### Description (*required*)
54

6-
<!--
7-
Required
8-
Add here detailed changes summary, testing results, dependencies
9-
Good example: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html (Pull request template)
10-
-->
11-
##### Summary of change (*What the change is for and why*)
5+
### Description
6+
#### Summary of change <!-- Required -->
7+
8+
<!-- Basic information about the change: what the change is for, why do we need it any implications -->
129

10+
#### Documentation <!-- Optional, but most likely you need it -->
1311

14-
##### Documentation (*Details of any document updates required*)
12+
<!-- Details of any document updates required, including links to PR against the docs repository -->
1513

1614
----------------------------------------------------------------------------------------------------------------
17-
### Pull request type (*required*)
15+
### Pull request type <!-- Required -->
1816

1917
<!--
2018
Required
@@ -28,39 +26,37 @@ For more information on the requirements for pull requests, please see [the cont
2826
[] Major update (Breaking change E.g. Return code change / API behaviour change)
2927

3028
----------------------------------------------------------------------------------------------------------------
31-
### Test results (*required*)
29+
### Test results <!-- Required -->
3230

3331
<!--
3432
Required
35-
For example, add test results for new target
33+
Provide all the information required, listing all the testing performed. For new targets please attach full test results
34+
for all supported compilers.
3635
-->
3736
[] No Tests required for this change (E.g docs only update)
3837
[] Covered by existing mbed-os tests (Greentea or Unittest)
3938
[] Tests / results supplied as part of this PR
4039

4140

4241
----------------------------------------------------------------------------------------------------------------
43-
### Reviewers (*optional*)
42+
### Reviewers <!-- Optional -->
4443

4544
<!--
4645
Optional
47-
Request additional reviewers with @username
46+
Request additional reviewers with @username or @team
4847
-->
4948

5049
----------------------------------------------------------------------------------------------------------------
51-
### Release Notes (*required for feature/major PRs*)
50+
### Release Notes <!-- Required for features, deprecations, breaking changes and other major PRs -->
5251

5352
<!--
5453
All 3 sections are compulsory for Major PR types. For Feature PRs only the summary section is required.
5554
This section is automatically added to release notes. Please fill in each sub-section with sufficient detail for a user.
5655
For more information, please see [the contributing guidelines](https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html#pull-request-types).
5756
-->
5857

59-
##### Summary of changes
60-
61-
##### Impact of changes
62-
63-
##### Migration actions required
64-
58+
#### Summary of changes
6559

60+
#### Impact of changes
6661

62+
#### Migration actions required

0 commit comments

Comments
 (0)