Problem
Issues and PRs without enforced structure end up missing acceptance criteria, repro steps, and invariant linkage. Reviews then become discovery sessions instead of approval gates.
Proposed solution
Port .github/ISSUE_TEMPLATE/{feature,bug,eval-regression}.md + config.yml (blank issues disabled). Port .github/pull_request_template.md. Port .github/CODEOWNERS with the repo owner as global owner. Port .github/branch-protection/README.md.
Acceptance criteria
Priority rationale
High: this template will be cloned by other people; the structured-issues norm is part of what they're cloning.
Depends on
#1
Problem
Issues and PRs without enforced structure end up missing acceptance criteria, repro steps, and invariant linkage. Reviews then become discovery sessions instead of approval gates.
Proposed solution
Port
.github/ISSUE_TEMPLATE/{feature,bug,eval-regression}.md+config.yml(blank issues disabled). Port.github/pull_request_template.md. Port.github/CODEOWNERSwith the repo owner as global owner. Port.github/branch-protection/README.md.Acceptance criteria
Priority rationale
High: this template will be cloned by other people; the structured-issues norm is part of what they're cloning.
Depends on
#1