From 2399c63ca5a48114894d9f6b407917887362a7c6 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 18 Sep 2025 12:24:39 +0200 Subject: contributor-guide: submit-changes: fix improper bold string I don't know what was the initial intent but this doesn't seem right, so let's remove the bold formatting. Fixes: 4abe87cb20d3 ("contributor-guide: submit-changes: detail commit and patch creation") Cc: Michael Opdenacker (From yocto-docs rev: 508a1b7d905dabe8a36361da8e346040db4cca2a) Signed-off-by: Quentin Schulz Signed-off-by: Antonin Godard (cherry picked from commit 6c499b3796a578a0fe4c319c9547b4321b0d41df) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/contributor-guide/submit-changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index 68903ad7a8..551911aced 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst @@ -123,7 +123,7 @@ to add the upgraded version. $ git commit -s file1 file2 dir1 dir2 ... - To include **a**\ ll staged files:: + To include all staged files:: $ git commit -sa -- cgit v1.2.3-54-g00ecf