Skip to content

Commit e0623c1

Browse files
Amanda Butler0xc0170
authored andcommitted
Fix phrasing in workflow.md
Fix phrasing, as requested in comments.
1 parent ae363eb commit e0623c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing/guidelines/workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Pull requests on GitHub have to meet the following requirements to keep the code
5252
- All new features and enhancements require documentation, tests and user guides for us to accept them. Please link each pull request to all relevant documentation and test pull requests.
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
55-
- Pull requests should fix a bug, add a feature or refactor.
56-
The only exception are third-party version updates (for instance MbedTLS or Nanostack releases for Mbed OS). These updates should provide release notes for updated version with documentation (a reference to external changelog or release notes).
55+
- 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.
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)