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