Skip to content

Commit 861b070

Browse files
author
Amanda Butler
authored
Merge pull request #958 from 0xc0170/new_target_req
workflow: add new target requirement - tests provided
2 parents bff97e5 + 879c69a commit 861b070

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/contributing/guidelines/workflow.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,11 @@ Release: feature
9090

9191
Updating target implementation (adding a new target or updating already supported target) is a change for a patch release.
9292

93+
A test report for the new target must be part of the pull request. The new target must pass all Mbed OS functional and system validation tests (using `mbed test` command) for the current Mbed OS major release, including all Mbed OS supported toolchains.
94+
9395
Release: patch
9496

97+
9598
#### Functionality change
9699

97100
A functionality change can be any change in the functionality, including adding a new feature, a new method or a function. Software language does not matter.

0 commit comments

Comments
 (0)