This folder contains automation and templates for contributors and maintainers.
| File | Purpose |
|---|---|
| ../OPEN_SOURCE_SCOPE.md | Community vs hosted vs enterprise tiers |
| ../CONTRIBUTING.md | How to contribute |
| ../DEVELOPERS.md | Local setup |
| ISSUE_TEMPLATE/ | Bug and feature request forms |
| pull_request_template.md | PR checklist |
| workflows/ | CI/CD (runs on every PR) |
| dependabot.yml | Automated dependency updates |
| CODEOWNERS | Code review routing |
Internal CI/CD setup notes and branch-protection runbooks were moved to:
Docs/internal/github-runbooks/
Examples: Codecov setup, branch protection, CI troubleshooting.
| Workflow | Trigger | Purpose |
|---|---|---|
ci.yml |
Push / PR | Build, test, coverage |
release.yml |
Release tag | Release automation |
security-audit.yml |
Schedule | Security checks |