Organization defaults and profile for the pup-pack GitHub organization.
This is the organization's special .github repository.
It holds the public org profile and the
community-health files GitHub applies across every repo in
the org that doesn't provide its own.
profile/README.md- public landing page shown atgithub.com/pup-packCODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY-POLICY.md- org-wide community health defaults.github/dependabot.yml- org default Dependabot configuration- baseline config (
.editorconfig,.gitattributes,.gitignore, linting) synced from templates
Baseline files are managed with pup-up,
same as all repositories in the fleet:
# dry run: show what would change
uvx pup-up
# view differences
uvx pup-up --diff
# apply (CAUTION: DESTRUCTIVE)
uvx pup-up --writenpx markdownlint-cli2 --fix
git add -A
git commit -m "update"
git push -u origin mainEvery supporting file documents its own purpose and decisions inline; the reason for each decision lives in the associated file. Repository structure and the layered file conventions are defined in templates.
