diff mbox series

[3/7] contributor-guide: submit-changes: align CC tag description

Message ID 20250918-submit-patches-v1-3-28abd2919df0@cherry.de
State Under Review
Headers show
Series contributor-guide: submit-changes: improve instructions on commit content | expand

Commit Message

Quentin Schulz Sept. 18, 2025, 10:24 a.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

The other tag descriptions have the double colon outside of the
highlight, and start the sentence with a lowercase word, so let's align
the CC tag with those.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/contributor-guide/submit-changes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst
index 35da2dbc70d402eb5b8c6ed450e12f46bb7fcede..2c450625c6d6009802c814db9d523a0343ee6e73 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -223,7 +223,7 @@  to add the upgraded version.
       or are submitting an unmodified patch again as part of a
       new iteration of your patch series.
 
-   -  ``CC:`` Name and email of people you want to send a copy
+   -  ``CC``: name and email of people you want to send a copy
       of your changes to. This field will be used by ``git send-email``.
 
    See `more guidance about using such tags