summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2025-09-18 12:24:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-26 16:40:40 +0100
commitee0d39100d3acea8e7afffcba10b031dbc2f8bb5 (patch)
treec1adeb525c1348e1567b9921d72d8f8ab004fbea /documentation
parente5d97b3047bd48d154dffddc96901d5fd6e6013b (diff)
downloadpoky-ee0d39100d3acea8e7afffcba10b031dbc2f8bb5.tar.gz
contributor-guide: submit-changes: make the Cc tag follow kernel guidelines
The kernel docs specifies[1] a Cc: tag and not CC: tag, so let's align with that. [1] https://www.kernel.org/doc/html/latest/process/submitting-patches.html#when-to-use-acked-by-cc-and-co-developed-by (From yocto-docs rev: f800fef4e9e2c1d3584ac49be8324638d2923b17) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/contributor-guide/submit-changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst
index 2c450625c6..1de4b6c0ed 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -223,7 +223,7 @@ to add the upgraded version.
223 or are submitting an unmodified patch again as part of a 223 or are submitting an unmodified patch again as part of a
224 new iteration of your patch series. 224 new iteration of your patch series.
225 225
226 - ``CC``: name and email of people you want to send a copy 226 - ``Cc``: name and email of people you want to send a copy
227 of your changes to. This field will be used by ``git send-email``. 227 of your changes to. This field will be used by ``git send-email``.
228 228
229 See `more guidance about using such tags 229 See `more guidance about using such tags