Skip to content

Commit 237b127

Browse files
committed
workflow: functionality change migration fix
1 parent 0003157 commit 237b127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/contributing/guidelines/workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Every functionality change pull request must contain a release notes section cal
103103
It must contain:
104104
- brief description of changes introduced
105105
- 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
107107

108108
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.
109109

0 commit comments

Comments
 (0)