* chore: add PR template, issue templates, and contribution policy Drive-by feature PRs are becoming a problem. This adds guardrails: - PR template with type selection, checklist, and AI disclosure - Bug report issue template (structured YAML form) - Issue config that redirects features to Discussions and disables blank issues - PR compliance workflow that enforces template completion and requires a Discussion link for feature PRs - Contribution policy in CONTRIBUTING.md (acceptance tiers, AI PR rules) - Agent-facing rules in AGENTS.md (follow the template, no bulk changes) * fornat
1.3 KiB
1.3 KiB
What does this PR do?
Closes #
Type of change
- Bug fix
- Feature (requires approved Discussion)
- Refactor (no behavior change)
- Documentation
- Performance improvement
- Tests
- Chore (dependencies, CI, tooling)
Checklist
- I have read CONTRIBUTING.md
pnpm typecheckpassespnpm --silent lint:json | jq '.diagnostics | length'returns 0pnpm testpasses (or targeted tests for my change)pnpm formathas been run- I have added/updated tests for my changes (if applicable)
- New features link to an approved Discussion: https://github.com/emdash-cms/emdash/discussions/...
AI-generated code disclosure
- This PR includes AI-generated code