diff options
author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-09-18 12:24:40 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-30 08:01:59 -0700 |
commit | 4ae162f57204cdbaed740b284f80527f46c237c0 (patch) | |
tree | 99b1d7cbfc4bd69adbc0c6d586b0965f6bc25f5e | |
parent | 93eb8227dd045e5d3945acfa8fe84103f38215e3 (diff) | |
download | poky-4ae162f57204cdbaed740b284f80527f46c237c0.tar.gz |
contributor-guide: submit-changes: clarify example with Yocto bug ID
The example could be understood as the content of the commit message
once the editor (git config core.editor) opens, where the first
line is the actual commit title and not the commit description.
This example would make the Fixes line the commit title, which is not
what we want.
In short, according to my understanding of git-commit(1):
The following is a git commit message:
"""
git commit title
git commit description
"""
Reported-by: Barne Carstensen <barne.carstensen@danfoss.com>
(From yocto-docs rev: 5244b934db878a5bdb73118f1629cf20e391faa7)
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit a5862406bf3230befe9db9f2539bbbc86c02015d)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | documentation/contributor-guide/submit-changes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index df95ad9ed2..935dd34805 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst | |||
@@ -198,6 +198,8 @@ to add the upgraded version. | |||
198 | description. Be sure to use the actual bug-tracking ID from | 198 | description. Be sure to use the actual bug-tracking ID from |
199 | Bugzilla for bug-id:: | 199 | Bugzilla for bug-id:: |
200 | 200 | ||
201 | single-line summary of change | ||
202 | |||
201 | Fixes [YOCTO #bug-id] | 203 | Fixes [YOCTO #bug-id] |
202 | 204 | ||
203 | detailed description of change | 205 | detailed description of change |