Skip to content

Commit c2f683e

Browse files
authored
chore(develop-docs): add chore as a category for commit messages (#15115)
1 parent d1b6e5d commit c2f683e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

develop-docs/engineering-practices/commit-messages.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ Must be one of the following:
119119
A code change that neither fixes a bug nor adds a feature (refactor)
120120
</td>
121121
</tr>
122+
<tr>
123+
<th>chore:</th>
124+
<td>Necessary changes for qualitative improvements that don't affect functionality, e.g. updating dependencies or adding instrumentation</td>
125+
</tr>
122126
<tr>
123127
<th>style:</th>
124128
<td>

0 commit comments

Comments
 (0)