diff options
author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-09-18 12:24:41 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-10-03 09:51:17 -0700 |
commit | 49a5ab4d5ffcd45d0fcf05c16256c7d2331b0acd (patch) | |
tree | 3fbba693b396a8025f8672f9e4fb19bc6df51531 /documentation/contributor-guide/submit-changes.rst | |
parent | d153a3dc36d8e53f4479e0480a0bd9506e3f1844 (diff) | |
download | poky-49a5ab4d5ffcd45d0fcf05c16256c7d2331b0acd.tar.gz |
contributor-guide: submit-changes: align CC tag description
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.
(From yocto-docs rev: 9764dc8ff26883684f3e993cfa821116ee2e6d95)
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit f116e93fb335e9d0f85891c4cb501bcf55b18ccf)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/contributor-guide/submit-changes.rst')
-rw-r--r-- | documentation/contributor-guide/submit-changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index 52c08faafe..fcfbbc6812 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 |