From e44cf18a23352d85e7f94dfde88b1b1db069e115 Mon Sep 17 00:00:00 2001 From: "Earl Tankard, Jr., Ph.D" <45021016+primetimetank21@users.noreply.github.com> Date: Fri, 12 Jun 2026 22:51:35 -0400 Subject: [PATCH] docs: de-squad PR template (#477) Closes #477. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/pull_request_template.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fdceb179..f07b0dfe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,15 +18,7 @@ ## Hygiene checklist - - -- [ ] Updated `.squad/agents/{name}/history.md` with a Learnings entry -- [ ] Decisions inbox drained (or noted N/A for this PR) -- [ ] Skill captured for any new pattern (or noted N/A) - [ ] ASCII-only in all `.ps1` / `test_windows_setup.ps1` / `.yml` files (no em dashes, curly quotes, smart apostrophes -- they break PS 5.1 CP1252 parsing) - [ ] Conventional Commits format on all commits - [ ] Co-authored-by: Copilot trailer on all commits -- [ ] Branch forked from develop (not from another `squad/*` branch -- prevents ancestry bleed) -- [ ] No rogue files outside the canonical `.squad/` paths (`agents/{name}/charter.md|history.md`, `decisions.md`, `decisions/inbox/*.md`, `orchestration-log/*.md`, `log/*.md`, `skills/{name}/SKILL.md`, `templates/*.md`, `casting/*.json`, `identity/*.md`, `plugins/*.json`, `team.md|routing.md|ceremonies.md|config.json`) - - +- [ ] Branch forked from develop