Skip to content

Commit 69cc2cc

Browse files
committed
Adds feature support template
Clarifies feature PR expectations so proposals outline scope, design, validation, and checklist items up front
1 parent 8b1ec52 commit 69cc2cc

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: "Feature Support"
3+
about: "Add a new feature with clear scope and tests"
4+
title: "[FEATURE] "
5+
labels: ["feature"]
6+
7+
---
8+
9+
## Summary
10+
- What feature is being added and why?
11+
12+
## Design
13+
- Outline the design or architecture and mention alternatives considered.
14+
15+
## Changes
16+
- Describe new or changed public APIs, configuration, or CLI behaviour.
17+
18+
## Implementation Notes
19+
- Highlight tricky parts or noteworthy implementation details.
20+
21+
## Tests
22+
- List unit or integration tests you added or updated and how you validated them.
23+
24+
## Documentation
25+
- Mention doc updates or examples that accompany this feature.
26+
27+
## Checklist
28+
- [ ] Linked issue provided
29+
- [ ] API stabilized
30+
- [ ] Tests added or updated
31+
- [ ] Docs added or updated
32+
- [ ] No known performance regressions

0 commit comments

Comments
 (0)