Skip to content

Commit 064ca05

Browse files
committed
workflow: fix wording for bugfix anf feature
1 parent 22f58a7 commit 064ca05

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
@@ -94,7 +94,7 @@ We consider the following pull request types.
9494

9595
##### Fix
9696

97-
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.
97+
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.
9898

9999
Release: patch
100100

@@ -115,7 +115,7 @@ Release: patch
115115

116116
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).
117117

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

120120
Release: feature
121121

0 commit comments

Comments
 (0)