Context
There is no CONTRIBUTING.md in the repo. New contributors (and AI agents) must infer the build workflow, PR format, branch strategy, and test commands from the code itself. This was a recurring pain point through ex1-ex11.
Acceptance Criteria
Relevant Code Paths
Build/build.psake.ps1 — task definitions to document
.github/pull_request_template.md — PR process (ex11)
README.md — add link to CONTRIBUTING.md
Dependency
Blocked by #28 (PR template must exist before CONTRIBUTING.md references it).
Context
There is no
CONTRIBUTING.mdin the repo. New contributors (and AI agents) must infer the build workflow, PR format, branch strategy, and test commands from the code itself. This was a recurring pain point through ex1-ex11.Acceptance Criteria
CONTRIBUTING.mdcreated at repo root covering:.\Build\build.ps1 -ResolveDependencywalk-ex##,run-ex##, etc.Stage,Analyze,Testtasks and their order.github/pull_request_template.md, sign commits with-sREADME.mdRelevant Code Paths
Build/build.psake.ps1— task definitions to document.github/pull_request_template.md— PR process (ex11)README.md— add link to CONTRIBUTING.mdDependency
Blocked by #28 (PR template must exist before CONTRIBUTING.md references it).