We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b6e5d commit c2f683eCopy full SHA for c2f683e
develop-docs/engineering-practices/commit-messages.mdx
@@ -119,6 +119,10 @@ Must be one of the following:
119
A code change that neither fixes a bug nor adds a feature (refactor)
120
</td>
121
</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>
126
<tr>
127
<th>style:</th>
128
<td>
0 commit comments