Skip to content

Commit e7b9991

Browse files
author
Amanda Butler
authored
Merge pull request #1193 from 0xc0170/fix_workflow_3rdparty
workflow: add 3rd party updates as an exception
2 parents d14b90b + a80422b commit e7b9991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/contributing/guidelines/workflow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +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 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.
5657
- 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.
5758

5859
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)