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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Every functionality change pull request must contain a release notes section cal
103
103
It must contain:
104
104
- brief description of changes introduced
105
105
- impact analysis - identify components affected, what are potential consequences for users, why do we need this
106
-
- migration guidance: before and after (good to include code snippets to illustrate)
106
+
- migration guidance: actions for updating the current code. Good to include code snippets to illustrate, before/after
107
107
108
108
We initially implement new features on separate branches in the Mbed OS repository. Mbed OS maintainers create the new branches by following the naming convention: "feature-" prefix.
0 commit comments