GitHub community health template files for the organization.
GitHub recognizes these paths within this repo (no .github/ fallback needed when this is the .github repo itself):
| Path | Description |
|---|---|
CODE_OF_CONDUCT.md |
Code of Conduct |
.github/PULL_REQUEST_TEMPLATE.md |
Pull request template |
.github/ISSUE_TEMPLATE/*.yml |
Issue forms (English only) |
- Root-level dirs (
CODE_OF_CONDUCT/,ISSUE_TEMPLATE/,PULL_REQUEST_TEMPLATE/) are the authoring source with all variants (en + zh, YAML + Markdown). Deploy a copy to.github/when ready. .github/is what GitHub actually reads. Keep only files that match the naming constraints.- Descriptive text in Markdown is wrapped in HTML comments (
<!-- -->) to keep it invisible in rendered forms. _en/_zhsuffix for bilingual pairing..yml= GitHub form schema,.md= simple template.
MIT