This repository contains default community health files and templates for the organization/personal account.
These files are applied across all repositories under the account unless overridden in a specific repository.
- Provide consistent contribution guidelines across all repositories
- Define a code of conduct for contributors
- Establish a security policy for vulnerability reporting
- Include funding information for GitHub Sponsors or other platforms
- Provide default issue and pull request templates
profile/README.md– Organization or personal profile page content
CONTRIBUTING.md– Default guide for contributing to any repository
CODE_OF_CONDUCT.md– Defines expected behavior for contributors
SECURITY.md– Default security policy for reporting vulnerabilities
FUNDING.yml– Configuration for GitHub Sponsors or other funding links
ISSUE_TEMPLATE/bug_report.md– Template for reporting bugsISSUE_TEMPLATE/feature_request.md– Template for suggesting new featuresPULL_REQUEST_TEMPLATE.md– Template for pull requests
- All new issues and pull requests across repositories will use these templates by default.
- Contribution and conduct policies will be applied organization-wide.
- Security reports should follow the SECURITY.md instructions.
- Sponsorship links are defined in FUNDING.yml.
- Individual repositories can override any of these files if needed.
- This repository does not contain production code, only organizational metadata.