Skip to content

Commit 0456212

Browse files
committed
workflow: fix line brake, fix too detailed
1 parent eb09426 commit 0456212

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/reference/contributing/guidelines/workflow.md

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

9494
##### Fix
9595

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.
9797

9898
Release: patch
9999

100100
##### Refactor
101101

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.
104103

105104
Release: feature
106105

0 commit comments

Comments
 (0)