summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2025-09-18 12:24:40 +0200
committerSteve Sakoman <steve@sakoman.com>2025-10-03 09:51:17 -0700
commitd153a3dc36d8e53f4479e0480a0bd9506e3f1844 (patch)
tree7b5854a4a39c2db1dc1e42548738921278153772 /documentation
parent2399c63ca5a48114894d9f6b407917887362a7c6 (diff)
downloadpoky-d153a3dc36d8e53f4479e0480a0bd9506e3f1844.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: db54a8bd56f38c532498e0f624fcceb60d2b9ea7) 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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/contributor-guide/submit-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst
index 551911aced..52c08faafe 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