Context
During ex10, the azure-pipelines.yml had silently concatenated lines (missing newlines) that caused "no pipelines found" in Azure DevOps — only caught because the UI was broken, not by any automated check.
Acceptance Criteria
Relevant Code Paths
azure-pipelines.yml — the file that broke
.github/pull_request_template.md — add a reminder to validate YAML before push
Context
During ex10, the
azure-pipelines.ymlhad silently concatenated lines (missing newlines) that caused "no pipelines found" in Azure DevOps — only caught because the UI was broken, not by any automated check.Acceptance Criteria
yamllintorpowershell -Command [yaml]::parse) runs on every PRcontinueOnError: false(this one should be blocking)CONTRIBUTING.mdRelevant Code Paths
azure-pipelines.yml— the file that broke.github/pull_request_template.md— add a reminder to validate YAML before push