From 404c544b1ff13ffbdd0e216d55644ae5a73e0e5f Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Thu, 16 Jul 2026 19:25:59 +0200 Subject: [PATCH] doc/readme: align with new commit convention --- doc/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/README.md b/doc/README.md index 4b124deaa3ce..49ab93677d73 100644 --- a/doc/README.md +++ b/doc/README.md @@ -198,15 +198,15 @@ watermelon - If creating a commit purely for documentation changes, format the commit message in the following way: ``` - doc: (documentation summary) + doc/component: (documentation summary) (Motivation for change, relevant links, additional information.) ``` Examples: - * doc: update the kernel config documentation to use `nix-shell` - * doc: add information about `nix-update-script` + * doc/stdenv: update the kernel config documentation to use `nix-shell` + * doc/getting-started: add information about `nix-update-script` Closes #216321.