Skip to content

Commit 374b84b

Browse files
committed
workflow: fix line brake, fix too detailed
1 parent 064ca05 commit 374b84b

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

9595
##### Fix
9696

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

9999
Release: patch
100100

101101
##### Refactor
102102

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

106105
Release: feature
107106

0 commit comments

Comments
 (0)