Style Guides
Style guides#
These style guides define the coding conventions that keep PSModule repositories consistent, readable, and easy to maintain. They are the single source of truth for how we write code and documentation, and they back the editor instructions and review automation used across the organization.
Each guide states the rules, shows good and bad examples, and explains how to apply them.
| Guide | What it covers |
|---|---|
| GitHub Actions | Workflow and composite action authoring, naming, and security |
| Markdown | Headings, lists, code blocks, links, tables, and formatting |
| PowerShell | Brace style, naming, parameters, error handling, and testing |