Skip to content

Commit a80422b

Browse files
Amanda Butler0xc0170
authored andcommitted
Fix phrasing in workflow.md
Fix phrasing for agreement.
1 parent e0623c1 commit a80422b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/guidelines/workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Pull requests on GitHub have to meet the following requirements to keep the code
5353
- Avoid merging commmits. (Always rebase when possible.)
5454
- Comment in the pull request on every change (rebase or new commits). This helps reviewers to be up to date with changes
5555
- Pull requests should fix a bug, add a feature or refactor.
56-
The only exception are third-party version updates (for example, Mbed TLS or Nanostack releases for Mbed OS). These updates should provide Mbed OS release notes in the pull request description, or link to an external changelog or release notes.
56+
The only exceptions are third-party version updates (for example, Mbed TLS or Nanostack releases for Mbed OS). These updates should provide Mbed OS release notes in the pull request description, or link to an external changelog or release notes.
5757
- Smaller pull requests are easier to review and faster to integrate. Use dependencies – split your work by pull request type or functional changes. To add a third-party driver, send it in a separate pull request, and add it as a dependency to your pull request.
5858

5959
If commits do not follow the above guidelines, we may request that you modify the commit history (often to add more details to address _what_ and _why_ rather than _how_).

0 commit comments

Comments
 (0)