GitHub Standard

Issue, PR, branch protection, and collaborative maintainer workflow baseline.

GitHub Standard

GitHub serves as the central platform for transparently recording, discussing, and verifying code changes.

Baseline Rules

  • Issue Templates: Distinct templates for Bug Reports, Feature Requests, and Security Disclosures.
  • PR Template: Mandatory sections for context, solution rationale, verification evidence, and issue references.
  • Branch Protection: Direct pushes to main are restricted; pre-merge CI quality gating and squash merges are enforced.
  • Label Taxonomy: Consistent prefixes (kind/*, area/*, status/*, risk/*) for triage and searchability.

Canonical Source