Repository for shared GitHub templates and configuration used across the organization. Use these as defaults for new repositories or copy into existing ones.
| Path | Description |
|---|---|
.github/PULL_REQUEST_TEMPLATE.md |
Pull request template (title, description, changes, how to test, related issues) |
.github/ISSUE_TEMPLATE/ |
Issue templates: Bug report, Feature request |
.github/CONTRIBUTING.md |
Contribution guidelines |
.github/SECURITY.md |
Security policy and how to report vulnerabilities |
.github/CODEOWNERS |
Code ownership and default reviewers |
- New repo: Copy the
.githubfolder into the new repository. - Existing repo: Merge or copy the files you need; adjust
CONTRIBUTING.mdlinks andCODEOWNERSto match the repo.
See CONTRIBUTING.md for how to report bugs, suggest features, and open pull requests.
See SECURITY.md for supported versions and how to report security issues.