This repository holds organization-wide defaults for Obsidian Honor Coders.
| Path | Purpose |
|---|---|
profile/README.md |
Organization profile shown on GitHub. |
.github/workflows/ |
Shared GitHub Actions workflows. |
CODE_OF_CONDUCT.md |
Fallback code of conduct for every repo. |
CONTRIBUTING.md |
Fallback contribution guide for every repo. |
SECURITY.md |
Fallback security policy for every repo. |
SUPPORT.md |
Fallback support info for every repo. |
ISSUE_TEMPLATE/ |
Default issue templates for every repo. |
GitHub automatically uses these files as fallbacks for any repository in the organization that doesn't provide its own:
- Profile →
profile/README.mdrenders atgithub.com/ObsidianHonorCoders - Community files → Shown in each repo's "Community Standards" check
- Workflows → Reference via
uses: ObsidianHonorCoders/.github/.github/workflows/...@main
Changes here affect the entire organization. Open a PR and ping a maintainer.