Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions develop-docs/engineering-practices/commit-messages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ Must be one of the following:
A code change that neither fixes a bug nor adds a feature (refactor)
</td>
</tr>
<tr>
<th>chore:</th>
<td>Necessary changes for qualitative improvements that don't affect functionality, e.g. updating dependencies or adding instrumentation</td>
</tr>
<tr>
<th>style:</th>
<td>
Expand Down
Loading