From d4ec0e0e4545a728e20330638db5c664f29ff1c8 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 23 Mar 2026 18:07:56 -0600 Subject: [PATCH] fix(commits): omit some trailer mentions --- skills/formatting-commits/SKILL.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/skills/formatting-commits/SKILL.md b/skills/formatting-commits/SKILL.md index 3044833343baae7e350e4eed611af3af2cc52e1f..193916ba2ecfb68a1a4208b7273bd7c408d07de1 100644 --- a/skills/formatting-commits/SKILL.md +++ b/skills/formatting-commits/SKILL.md @@ -41,9 +41,6 @@ Valid trailer keys for ticket tracking depend on the platform: - GitHub: Closes, Fixes, Resolves, References - SourceHut: Closes, Fixes, Implements, References -Other common trailers: Signed-off-by, Co-authored-by, Reviewed-by, Acked-by, -Assisted-by. - On the Conventional Commits path, pass trailers as `-T` flags to `git formatted-commit`. On the kernel-style path, include trailers at the end of the message before piping through `scripts/format message` — the script