[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) #931

Merged
groq merged 1 commits from groq/issue-918 into main 2026-04-07 06:39:37 +00:00
2 changed files with 21 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ branch_protection:
require_ci_to_pass: true
block_force_pushes: true
block_deletions: true
required_owners:
- perplexity
- Timmy
repos:
- name: hermes-agent
branch_protection:

18
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,18 @@
---
**⚠️ Before submitting your pull request:**
1. [x] I've read [BRANCH_PROTECTION.md](BRANCH_PROTECTION.md)
2. [x] I've followed [CONTRIBUTING.md](CONTRIBUTING.md) guidelines
3. [x] My changes have appropriate test coverage
4. [x] I've updated documentation where needed
5. [x] I've verified CI passes (where applicable)
**Context:**
<Describe your changes and why they're needed>
**Testing:**
<Explain how this was tested>
**Questions for reviewers:**
<Ask specific questions if needed>