Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 959 Bytes

File metadata and controls

22 lines (15 loc) · 959 Bytes

Community Health Templates

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)

Conventions

  • 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 / _zh suffix for bilingual pairing. .yml = GitHub form schema, .md = simple template.

License

MIT