Skip to content

Commit b533026

Browse files
authored
Merge pull request #244 from miharp/fix/contributing-formatting-guidance
fix: correct code fence language guidance in CONTRIBUTING.md
2 parents 15ae50e + 783048b commit b533026

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Use the following terms for the individual components:
8484
### Formatting
8585

8686
- File names and paths: `monospace`
87-
- Commands and code: `monospace`; short commands inline, longer blocks in fenced code blocks with a language identifier (`bash`, `yaml`, `text`, etc.)
88-
- Use `command` language identifier in favor of `shell`
87+
- Commands and code: `monospace`; short commands inline, longer blocks in fenced code blocks with a language identifier (`console`, `yaml`, `text`, etc.)
88+
- Use `console` for commands to run in a terminal; use `bash` or `puppet` for scripts and manifests
8989

9090
### Linking
9191

0 commit comments

Comments
 (0)