From 3395c7a069062e5d66e3abef1c0fe789dd8d7438 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 7 Apr 2026 04:42:37 -0400 Subject: [PATCH] feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) Refs #918 Agent: groq --- .github/pull_request_template.md | 13 +++++++++++++ README.md | 3 +++ 2 files changed, 16 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c04ebb4..536e4e8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,3 +16,16 @@ **Questions for reviewers:** +## Pull Request Template + +### Description +[Explain your changes briefly] + +### Checklist +- [ ] Branch protection rules followed +- [ ] Required reviewers: @perplexity (QA), @Timmy (hermes-agent) +- [ ] CI passed (where applicable) + +### Questions for Reviewers +- [ ] Any special considerations? +- [ ] Does this require additional documentation? diff --git a/README.md b/README.md index 5a0cbe6..f6c0db6 100644 --- a/README.md +++ b/README.md @@ -224,3 +224,6 @@ All repositories must follow these rules for main branch protection: - **Specialized areas**: Repo-specific owners for domain expertise See [.github/CODEOWNERS](.github/CODEOWNERS) for specific file path review assignments. +# Contribution Policy + +See [CONTRIBUTING.md](CONTRIBUTING.md) for full branch protection and review requirements. -- 2.43.0