From 783048bef7bd8bb8da904a0b5a188c5e19d5a227 Mon Sep 17 00:00:00 2001 From: Michael Harp Date: Sat, 23 May 2026 07:22:14 -0400 Subject: [PATCH] fix contributing formatting guidance for code fences Replace the invalid 'command' Rouge lexer with 'console', which is what Jekyll/Rouge actually supports. Update the example in the same bullet to use 'console' instead of 'bash', and clarify when to use 'bash' or 'puppet' vs 'console'. Signed-off-by: Michael Harp --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d727858a..606e2a343 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,8 +84,8 @@ Use the following terms for the individual components: ### Formatting - File names and paths: `monospace` -- Commands and code: `monospace`; short commands inline, longer blocks in fenced code blocks with a language identifier (`bash`, `yaml`, `text`, etc.) -- Use `command` language identifier in favor of `shell` +- Commands and code: `monospace`; short commands inline, longer blocks in fenced code blocks with a language identifier (`console`, `yaml`, `text`, etc.) +- Use `console` for commands to run in a terminal; use `bash` or `puppet` for scripts and manifests ### Linking