Skip to main content

In this article

Coding Standards/Bash/Bash

Coding Standards/Bash/Bash
FieldValue
Kindinstruction
Source.github/instructions/coding-standards/bash/bash.instructions.md
InvocationApplied automatically to **/*.sh
InteractiveNo

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.