This repository contains default community health files for GitHub repositories. When placed in a .github repository within an organization or user account, these files will be used as defaults across all repositories that don't have their own versions.
- CODE_OF_CONDUCT.md - Community code of conduct based on Contributor Covenant v2.1 Japanese version 🇯🇵
- CONTRIBUTING.md - Guidelines for contributing to projects Japanese version
- .github/workflows/ - Reusable workflows that other repositories call with
uses:Japanese version 🇯🇵
- Create a public repository named
.githubin your organization - Add these community health files to the repository
- These files will automatically apply to all repositories in your organization that don't have their own versions
- Create a public repository named
.githubin your user account - Add these community health files to the repository
- These files will serve as defaults for all your public repositories
Feel free to customize these templates to match your project's needs:
- Update contact information and enforcement policies in CODE_OF_CONDUCT.md
- Modify development setup and requirements in CONTRIBUTING.md
- Add organization-specific guidelines and standards
These community health files are provided as templates and can be freely adapted for your use.