This directory contains default community health files that will be used by all repositories in the Tactic-Dev organization that don't have their own versions.
When a repository in Tactic-Dev doesn't have one of these files, GitHub automatically uses the version from this .github repository:
CONTRIBUTING.md→ Used if repo doesn't have its ownCODE_OF_CONDUCT.md→ Used if repo doesn't have its ownSECURITY.md→ Used if repo doesn't have its ownSUPPORT.md→ Used if repo doesn't have its own
These files are already available organization-wide:
- CONTRIBUTING.md - Contribution guidelines
- CODE_OF_CONDUCT.md - Community standards
- SECURITY.md - Security policy and vulnerability reporting
Consider adding these for even better organization-wide defaults:
- SUPPORT.md - How to get support
- FUNDING.yml - Funding and sponsorship information
If a specific repository needs different policies:
- Create the file in that repository's root or
.github/directory - Customize it for that repo's needs
- The repo's version will take precedence over this default
To update the defaults for all repositories:
- Edit the files in this
.githubrepository - Commit and push changes
- The updated defaults will automatically apply to all repos without their own versions
Use organization-wide defaults when:
- ✅ Policies are consistent across all projects
- ✅ You want to maintain centralized standards
- ✅ You want to simplify repository setup
Create repo-specific versions when:
⚠️ A project has unique contribution requirements⚠️ Different security policies are needed⚠️ Project-specific contact information is required
Maintained by Tactic Dev