Organization-wide default community health files for every repository in the
burnt-labs organization, plus the org profile page.
When a repository does not contain one of the files below, GitHub falls back to the copy here and displays it as if it lived in that repository. When a repository does contain its own copy, that copy wins — the default is never merged with it.
This repository must remain public for the defaults to apply organization-wide.
| Path | Applies to |
|---|---|
SECURITY.md |
Every repo without its own security policy |
CONTRIBUTING.md |
Every repo without its own contributing guide |
CODE_OF_CONDUCT.md |
Every repo without its own code of conduct |
SUPPORT.md |
Every repo without its own support doc |
.github/PULL_REQUEST_TEMPLATE.md |
Every repo without its own PR template |
.github/ISSUE_TEMPLATE/ |
Every repo without its own issue templates |
.github/FUNDING.yml |
Every repo without its own funding config (all entries commented) |
profile/README.md |
The organization profile page |
.github/CODEOWNERS |
This repository only — not inherited |
This is the most common point of confusion. GitHub's default-file mechanism covers a fixed list, and these are not on it:
- Workflows.
.github/workflows/here runs only for this repository. It does not execute in any other repo. Central CI lives inburnt-labs/github-workflowsand is consumed either by explicituses:reference or by an organization ruleset required workflow. CODEOWNERS. Each repository needs its own.LICENSE. GitHub does not support a default license file; every repository must carry its own.- Repository settings, branch protection, and rulesets. Those are managed as organization rulesets in org settings, not as files in any repository.
A change here takes effect immediately across every repository that does not
override the file, with no per-repo pull request and no deploy step. Treat edits
to SECURITY.md and CODE_OF_CONDUCT.md as policy changes rather than
documentation tweaks — both make public commitments on behalf of the
organization.
.github/CODEOWNERS routes review to @burnt-labs/burnt-devops.
Add the file to the repository that needs different content. No configuration or
opt-out is required — the presence of the file is the override. Repositories
that already do this include burnt-labs/xion, which ships a chain-specific
SECURITY.md.