diff --git a/the-nexus/CONTRIBUTING.md b/the-nexus/CONTRIBUTING.md deleted file mode 100644 index 3359e2a3..00000000 --- a/the-nexus/CONTRIBUTING.md +++ /dev/null @@ -1,17 +0,0 @@ -# Contribution Policy for the-nexus - -## Branch Protection Rules -All changes to the `main` branch require: -- Pull Request with at least 1 approval -- CI checks passing (when available) -- No direct commits or force pushes -- No deletion of the main branch - -## Review Requirements -- All PRs must be reviewed by @perplexity - -## 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.