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-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -93,14 +93,13 @@ We consider the following pull request types.
93
93
94
94
##### Fix
95
95
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.
96
+
A bug fix is backward-compatible internal change that fixes incorrect behavior.
97
97
98
98
Release: patch
99
99
100
100
##### Refactor
101
101
102
-
Refactors are intended for feature releases if they are not fixing specific issue as they
103
-
can introduce new issues.
102
+
Refactors are intended for feature releases if they are not fixing specific issue as they can introduce new issues.
0 commit comments