Skip to content

Commit efc2e0b

Browse files
committed
workflow: functionality change or addition fix
1 parent 237b127 commit efc2e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/contributing/guidelines/workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Any change in the functionality, it can be adding a new feature, adding a new me
9898

9999
A feature contribution contains a new API, capability or behavior. It does not break backward compatibility with existing APIs, capabilities or behaviors. New feature contributions are very welcome in Mbed OS. However, because they add capability to the codebase, it's easy for a new feature to introduce bugs and a support burden. The introduction of new features should also come with documentation, majority of targets support and comprehensive test coverage proving the correctness of the feature per the documentation. Feature PRs are treated cautiously, and new features require a new minor version for the codebase. Features are candidates for feature releases.
100100

101-
Every functionality change pull request must contain a release notes section called "Release notes" to describe the changes to users.
101+
Every pull request changing or adding functionality must contain a release notes section called "Release notes" to describe the changes to users.
102102

103103
It must contain:
104104
- brief description of changes introduced

0 commit comments

Comments
 (0)