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 pull request changing or adding functionality must contain a release notes
103
103
It must contain:
104
104
105
105
- A brief description of changes introduced.
106
-
- An impact analysis: components affected, potential consequences for users and reasons for the addition or change.
106
+
- An analysis of effects: components affected, potential consequences for users and reasons for the addition or change.
107
107
- Migration guidance: actions for updating the current code. Please include code snippets to illustrate before and after the addition or change.
108
108
109
109
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