Default community health files and reusable GitHub Actions workflows for repositories under the allabur account.
- CODEOWNERS: Default code ownership
- PULL_REQUEST_TEMPLATE.md: Standardized PR format
- ISSUE_TEMPLATE/: Bug reports, feature requests, refactoring
- labels.yml: Consistent label definitions
- workflows/labels.yml: Syncs
labels.ymlto the repo - workflows/release.yml: Semantic versioning releases from main
- workflows/pre-release.yml: RC releases from develop
- dependabot.yml: Automated dependency updates
- scripts/migrate-to-uv.sh: Migrate projects from conda/mamba/pip/Poetry to uv
- scripts/setup-dev.sh: Development environment bootstrap
- docs/guidelines/: Coding, testing, commit, and configuration standards referenced from
CLAUDE.md
These defaults apply automatically to any repository under the allabur account that doesn't provide its own version.