Public organization-health repository for SQLoot.
This repository defines public defaults used across SQLoot repositories:
- community policy files (
CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,SUPPORT.md) - issue and pull request templates
- workflow templates for new repositories
- organization profile content (
profile/README.md) - shared ownership baseline (
CODEOWNERS)
.
├── .github/
│ └── dependabot.yml
├── ISSUE_TEMPLATE/
├── workflow-templates/
├── profile/
│ └── README.md
├── CODEOWNERS
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── FUNDING.yml
├── PULL_REQUEST_TEMPLATE.md
├── SECURITY.md
└── SUPPORT.md
- Keep everything public-safe (no internal links, no private roadmap details, no operational secrets).
- Treat changes as org-wide defaults; update with explicit, reviewable edits.
- Keep templates aligned with active delivery priorities in public repos.
- Public profile:
profile/README.md - Internal-only counterpart:
SQLoot/.github-private