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 fd3aac5 commit 94e428eCopy full SHA for 94e428e
doc/source/how-to/contributing.rst
@@ -250,7 +250,7 @@ quality. Here is a list of the most common commit types:
250
- ``fix:``: Bug fixes.
251
- ``feat:``: Changes that introduce a new feature or significant addition.
252
- ``docs:``: Changes pertaining only to documentation.
253
-- ``style``: Changes that do not affect the meaning of the code (white-space,
+- ``style:``: Changes that do not affect the meaning of the code (white-space,
254
formatting, missing semi-colons, etc.).
255
- ``refactor:``: A code change that neither fixes a bug nor adds a feature.
256
- ``perf:``: A code change that improves performance.
0 commit comments