Skip to content

Commit 76c8127

Browse files
authored
Add design proposal issue template
1 parent 93e6fb6 commit 76c8127

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: "🧠 Design Proposal"
3+
about: Propose a high-level design for a new component, flow, or architectural change
4+
title: "[Design]: "
5+
labels: design
6+
assignees: ""
7+
---
8+
9+
## 🧠 Summary
10+
Briefly describe the concept or design you're proposing.
11+
12+
---
13+
14+
## 🎯 Goals
15+
What problem does this design solve?
16+
What are the objectives?
17+
18+
---
19+
20+
## 🧩 Proposed Architecture
21+
Describe how this feature or change should work:
22+
- Components involved
23+
- Flow diagrams (optional)
24+
- Key abstractions
25+
- Input/output expectations
26+
27+
---
28+
29+
## 🧪 Alternatives Considered
30+
List alternative designs and why they were not chosen.
31+
32+
---
33+
34+
## 🔥 Risks / Trade-offs
35+
Any potential drawbacks or complexities?
36+
37+
---
38+
39+
## 🔗 Related Issues
40+
(Optional) Provide related bugs, features, or discussions.
41+
42+
---
43+
44+
## ✔ Additional Notes
45+
Add anything else that may help the maintainers evaluate this proposal.

0 commit comments

Comments
 (0)