In this article
Coding Standards/Bash/Bash
| Field | Value |
|---|---|
| Kind | instruction |
| Source | .github/instructions/coding-standards/bash/bash.instructions.md |
| Invocation | Applied automatically to **/*.sh |
| Interactive | No |
What it does
Bash script authoring conventions
When to use it
Apply these conventions whenever you create or modify a Bash .sh script in
the repository. They cover Bash structure, strict error handling, quoting,
security, and ShellCheck expectations; use the language-specific guidance for
PowerShell or Python scripts instead.
Example usage
Provide a concrete example that shows the asset in action, including representative input and the resulting output.