Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.07 KB

File metadata and controls

23 lines (18 loc) · 1.07 KB

.github — NodeDB-Lab org defaults

Organization-wide community-health defaults. GitHub applies the files here to every public repo in NodeDB-Lab that does not define its own.

What's here

  • .github/ISSUE_TEMPLATE/ — default issue forms (bug, feature, docs) + chooser config. A repo with its own .github/ISSUE_TEMPLATE/ overrides these — the flagship nodedb ships a richer, engine-aware bug form.
  • .github/labels.yml — the org core label taxonomy (type: / sev: / priority: / status: + flags). Labels do not auto-propagate on GitHub, so each repo syncs this via its own labels workflow. Repos add domain labels (e.g. engine:*, area:*) on top.
  • .github/workflows/labels.yml — the sync workflow.

Standard

The reporting and severity standard these files enforce — SEV-1…4, severity vs priority, the triage protocol — is defined once in the team data room (office/team/issue-standard.md). This repo is the machine-enforced copy; if the two ever drift, the standard wins.