You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+42-26Lines changed: 42 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,57 @@
1
1
<!--
2
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).
3
+
4
+
NOTE: Do not remove any of the template headings (even for optional sections) as this
5
+
template is automatically parsed.
6
+
-->
7
+
8
+
### Summary of changes <!-- Required -->
9
+
10
+
<!--
11
+
Please provide the following information:
12
+
13
+
Description of the the change (what is this fixing / adding / removing?).
14
+
15
+
Why the change is needed (if this is fixing a reported issue please summarize what
16
+
the issue is and add the reference. E.g. Fixes #17119).
17
+
18
+
NOTE: This section is automatically written to release notes for Feature and
19
+
Major releases and should contain enough details for a user.
20
+
3
21
-->
4
22
5
-
### Description
6
-
#### Summary of change <!-- Required -->
23
+
#### Impact of changes <!-- Optional -->
24
+
<!--
25
+
If there are any implications for users taking this change then they must be
26
+
provided here. For Major PR types this field is MANDATORY.
7
27
8
-
<!-- Basic information about the change: what the change is for, why do we need it any implications -->
28
+
NOTE: This section is automatically written to release notes for Feature and
29
+
Major releases and should contain enough details for a user.
30
+
-->
9
31
10
-
#### Documentation <!-- Optional, but most likely you need it -->
32
+
#### Migration actions required <!-- Optional -->
33
+
<!--
34
+
This should only be applicable in Major PR types for which this field is MANDATORY.
11
35
12
-
<!-- Details of any document updates required, including links to PR against the docs repository -->
36
+
NOTE: This section is automatically written to release notes for Feature and
37
+
Major releases and should contain enough details for a user.
38
+
-->
39
+
40
+
### Documentation <!-- Required -->
41
+
42
+
<!--
43
+
Please provide details of any document updates required, including links to any
44
+
related PRs against the docs repository.
45
+
If no document updates are required please specify 'None', this at least tells us
Please add only one X to one of the following types. Do not fill multiple types (split the pull request otherwise).
20
-
Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front
21
-
of them would change the meaning incorrectly. The only changes to be made are to add a description text under the
22
-
description heading and to add a 'x' to the correct box.
54
+
Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front of them would change the meaning incorrectly.
0 commit comments