Skip to content

Commit 2df03df

Browse files
committed
[phase 3.3] add feature-request issue template
1 parent 9738cfb commit 2df03df

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Feature request
3+
about: Propose new behavior or an enhancement
4+
title: "[feature] "
5+
labels: ["enhancement"]
6+
---
7+
8+
## Problem
9+
10+
What user-visible problem does this solve, or what current behavior is inadequate?
11+
12+
## Proposed change
13+
14+
What should the component do differently? Be concrete about inputs, outputs, and error modes.
15+
16+
## ADR check
17+
18+
Does this change touch any of:
19+
20+
- [ ] Receipt schema, canonicalization, hashing, or signing semantics
21+
- [ ] Hash-chain or bundle composition rules
22+
- [ ] Policy-decision-receipt shape, decision semantics, or default posture
23+
- [ ] Eval-harness scenario taxonomy or regression-gate semantics
24+
- [ ] Any cross-component interop contract documented in [agentic-evidence/INTEROP.md](https://github.com/cmangun/agentic-evidence/blob/main/INTEROP.md)
25+
26+
If any box is checked, this proposal needs an ADR before it can merge. Link the draft ADR (or open one) in `adrs/NNNN-<slug>.md` per the local `adrs/0000-template.md` structure.
27+
28+
## Compatibility implications
29+
30+
Per [agentic-evidence/VERSIONING.md](https://github.com/cmangun/agentic-evidence/blob/main/VERSIONING.md):
31+
32+
- [ ] Backward compatible (no consumer changes required)
33+
- [ ] Backward incompatible — breaking change requires VERSIONING.md §2 review and a major-version bump on this component
34+
35+
## Alternatives considered
36+
37+
What did you rule out and why? (Mirrors the ADR template's `## Alternatives Considered` section so the request transitions cleanly into an ADR if accepted.)

0 commit comments

Comments
 (0)