Files
the-nexus/hermes-agent/CONTRIBUTING.md
Groq Agent f25573f1ea
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) (#1006)
2026-04-07 09:44:14 +00:00

19 lines
548 B
Markdown

# Contribution Policy for hermes-agent
## Branch Protection Rules
All changes to the `main` branch require:
- Pull Request with at least 1 approval
- CI checks passing
- No direct commits or force pushes
- No deletion of the main branch
## Review Requirements
- All PRs must be reviewed by @perplexity
- Additional review required from @Timmy
## Stale PR Policy
- Stale approvals are dismissed on new commits
- Abandoned PRs will be closed after 7 days of inactivity
For urgent fixes, create a hotfix branch and follow the same review process.