Skip to content

Commit eb09426

Browse files
committed
workflow: fix wording for bugfix anf feature
1 parent 0d03dc7 commit eb09426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/contributing/guidelines/workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ We consider the following pull request types.
9393

9494
##### Fix
9595

96-
A bug fix should be backward-compatible internal change that fixes incorrect behavior. The fix should provide a description what and how it fixes the issue. The test should be included to catch this issue in the future and confirm the correct behavior.
96+
A bug fix is backward-compatible internal change that fixes incorrect behavior. The fix provides a description what and how it fixes the issue. Tests are included to catch the issue in the future and confirms the correct behavior.
9797

9898
Release: patch
9999

@@ -114,7 +114,7 @@ Release: patch
114114

115115
New features targets feature releases. It can be integrated only if the feature supports most of the targets (if it requires new target HAL implementation).
116116

117-
Adding a new functionality is considered to be a feature. It does not matter if it is C++ or C.
117+
Adding a new functionality is considered to be a feature. It does not matter if it is C++, C or Python.
118118

119119
Release: feature
120120

0 commit comments

Comments
 (0)