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: docs/reference/contributing/guidelines/workflow.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,8 +90,11 @@ Release: feature
90
90
91
91
Updating target implementation (adding a new target or updating already supported target) is a change for a patch release.
92
92
93
+
A test report for the new target must be part of the pull request. The new target must pass all Mbed OS functional and system validation tests (using `mbed test` command) for the current Mbed OS major release, including all Mbed OS supported toolchains.
94
+
93
95
Release: patch
94
96
97
+
95
98
#### Functionality change
96
99
97
100
A functionality change can be any change in the functionality, including adding a new feature, a new method or a function. Software language does not matter.
0 commit comments