This repository defines organization-wide community health files and GitHub defaults.
These files are automatically inherited by all repositories in the org, unless a repo overrides them with its own versions.
- Pull Request Templates → Ensure all PRs follow a consistent structure
- Issue Templates → Standardized bug reports, feature requests, etc.
- CONTRIBUTING.md → Guidelines for how to contribute
- CODEOWNERS → Define code review responsibilities
- Workflows → Shared GitHub Actions (if enabled for this repo)
- If a repository does not have its own PR/issue templates, GitHub will fall back to the ones in this repo.
- Individual repos can still override any file by creating their own version.
- Consistency across all repos in the organization
- Saves contributors from guessing how to format PRs/issues
- Reduces review friction and improves maintainability
If you want to suggest changes to the default templates:
- Open a PR in this
.githubrepo - Tag relevant reviewers (see
CODEOWNERSif defined) - Once merged, the changes apply org-wide
🚀 These defaults help everyone move faster by keeping our repos consistent and contributor-friendly.