File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/guides/guide-contributor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,9 +165,9 @@ Please follow these rules for your commit messages / PR titles:
165
165
at ** 50 characters or less**
166
166
- Only use the types listed in the table below; choose the type according to the
167
167
predominant reason for the change
168
- - Never use types ` feat ` , ` fix ` , ` perf ` , ` refactor ` and ` style ` only for changes
169
- in packaged /production code; use the dedicated types for all build-, CI-,
170
- documentation- or test-related changess
168
+ - Only use types ` feat ` , ` fix ` , ` perf ` , ` refactor ` and ` style ` for changes in
169
+ in package /production code; use the dedicated types for all build-, CI-,
170
+ documentation- or test-related changes
171
171
- Indicating a scope is optional; it is only necessary if scopes are generally
172
172
used in the repository you are working on
173
173
- Start the ` <description> ` with a verb in imperative form (e.g., ` add ` , ` fix ` )
You can’t perform that action at this time.
0 commit comments