66 lines
1.6 KiB
Markdown
66 lines
1.6 KiB
Markdown
---
|
|
|
|
**⚠️ 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>
|
|
## 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?
|
|
# Pull Request Template
|
|
|
|
## Summary
|
|
Briefly describe the changes in this PR.
|
|
|
|
## Reviewers
|
|
- Default reviewer: @perplexity
|
|
- Required reviewer for hermes-agent: @Timmy
|
|
|
|
## Branch Protection Compliance
|
|
- [ ] PR created
|
|
- [ ] 1+ approvals
|
|
- [ ] ci passed (where applicable)
|
|
- [ ] No force pushes
|
|
- [ ] No branch deletions
|
|
|
|
## Specialized Owners
|
|
- [ ] @Rockachopa (for agent-core)
|
|
- [ ] @Timmy (for ai/)
|
|
## Pull Request Template
|
|
|
|
### Summary
|
|
- [ ] Describe the change
|
|
- [ ] Link to related issue (e.g. `Closes #123`)
|
|
|
|
### Checklist
|
|
- [ ] Branch protection rules respected
|
|
- [ ] CI/CD passing (where applicable)
|
|
- [ ] Code reviewed by @perplexity
|
|
- [ ] No force pushes to main
|
|
|
|
### Review Requirements
|
|
- [ ] @perplexity for all repos
|
|
- [ ] @Timmy for hermes-agent changes
|