You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/contributing/guidelines/workflow.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ We consider the following pull request types.
93
93
94
94
##### Fix
95
95
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.
97
97
98
98
Release: patch
99
99
@@ -114,7 +114,7 @@ Release: patch
114
114
115
115
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).
116
116
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.
0 commit comments