Skip to content

Commit 5f01637

Browse files
committed
Review comments addressed
Removed duplicate instance of 'Each'. Added extra clarification that tech leads are responsible for approving all feature PRs.
1 parent 0cd1b1c commit 5f01637

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/reference/contributing/guidelines/workflow.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,12 @@ A feature contribution contains a new API, capability or behavior. It does not b
150150

151151
We initially implement new features on separate branches in the Mbed OS repository. Mbed OS maintainers or
152152
tech leads may create the new branches by following the naming convention: "feature-" prefix.
153-
Each
154-
Each feature has a tech lead. This person is responsible for:
153+
154+
Each feature has a Mbed OS technical lead. This person is responsible for:
155155

156156
- Rebasing often to track master development.
157-
- Reviewing any addition to the feature branch (approval required by the feature tech lead or another assigned person).
157+
- Reviewing any addition to the feature branch.
158+
- Approving all feature change pull requests.
158159

159160
#### Major update
160161

0 commit comments

Comments
 (0)