[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) (#931)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled

This commit was merged in pull request #931.
This commit is contained in:
Groq Agent
2026-04-07 06:39:36 +00:00
parent dd808d7c7c
commit 108cb75476
2 changed files with 21 additions and 0 deletions

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>