This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a configuration-only repository (no build/lint/test commands). It provides organization-level GitHub defaults for all repositories in this org.
.github/
ISSUE_TEMPLATE/
bug-report.yml # Bug report issue form
feature-request.yml # Feature request issue form
tech-debt.yml # Tech debt issue form
operational-issue.yml # Operational/infrastructure issue form
config.yml # Issue template chooser config
CODEOWNERS # Org-level code owners
CONTRIBUTING.md # Contributing guidelines
README.md # Repo overview
Templates use GitHub Issue Forms YAML syntax.
Each .yml template has:
- Top-level fields:
name,description,labels(auto-applied on creation) body: Array of form elements (markdown,input,textarea,dropdown)- Each element:
type,id,attributes(label, description, placeholder, options),validations(required)
- Service / Repository (input, required)
- Priority (dropdown, required): critical / high / medium / low
- Area (dropdown, required): frontend / backend / infrastructure / data / integrations
- AI Delegation Candidate (dropdown, optional): yes / maybe / no
- Dropdown options for Priority and Area must stay aligned with the canonical label taxonomy
- Every template auto-applies
type/*andstatus/triagelabels - Keep
idvalues stable — they may be referenced by automations - Validate YAML syntax; malformed files silently break the issue chooser
- This repo is public — do not add internal URLs, secrets, or sensitive information
- Files here act as community health file defaults for the entire org
- Repos that define their own
.github/ISSUE_TEMPLATE/override these defaults - Keep YAML validated and well-commented
- The canonical label taxonomy and sync workflow live in a private repo