Add the Gitea issue templates (slice/bug/adr-proposal) and a PR template that carry the Definition of Done, a git-cliff config (cliff.toml) with a `make changelog` target, the generated CHANGELOG.md, and docs/gitea- workflow.md documenting the issue -> milestone -> PR flow. Verified: make lint/build/unit green; `make changelog` regenerates the changelog from Conventional Commits. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
25 lines
607 B
Markdown
25 lines
607 B
Markdown
---
|
|
name: ADR proposal
|
|
about: Propose a decision that needs recording before coding (CLAUDE.md §14)
|
|
title: "ADR: "
|
|
labels:
|
|
- type:adr-proposal
|
|
---
|
|
|
|
**Decision to be made:**
|
|
|
|
**Context / forces:** <!-- what makes this non-obvious; constraints, trade-offs -->
|
|
|
|
**Options considered:**
|
|
1.
|
|
2.
|
|
|
|
**Proposed option + why:**
|
|
|
|
**Consequences:** <!-- what becomes easier/harder; what we commit to -->
|
|
|
|
**Coupling rules touched (CLAUDE.md §8):** <!-- none, or which and why -->
|
|
|
|
> On acceptance, the ADR file (`docs/architecture/adr-NNNN-title.md`, Nygard
|
|
> template) lands in the PR that implements the decision.
|