From 3560d83e57e95b9db719c8622c9332f6bc888a39 Mon Sep 17 00:00:00 2001 From: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> Date: Thu, 2 May 2024 11:43:22 +0200 Subject: [PATCH] style: Fix typo for style branching name. --- doc/source/how-to/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/how-to/contributing.rst b/doc/source/how-to/contributing.rst index b519c7b79..e73fb9c83 100644 --- a/doc/source/how-to/contributing.rst +++ b/doc/source/how-to/contributing.rst @@ -250,7 +250,7 @@ quality. Here is a list of the most common commit types: - ``fix:``: Bug fixes. - ``feat:``: Changes that introduce a new feature or significant addition. - ``docs:``: Changes pertaining only to documentation. -- ``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, formatting, missing semi-colons, etc.). - ``refactor:``: A code change that neither fixes a bug nor adds a feature. - ``perf:``: A code change that improves performance.