-
Notifications
You must be signed in to change notification settings - Fork 234
Proposal guide #477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Proposal guide #477
Conversation
646c9d6 to
26c8ddc
Compare
|
IMO, if somebody have a high level idea, they should be discuss about it without needing to create a proposal issue.. |
26c8ddc to
6e3f8eb
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #477 +/- ##
=======================================
Coverage 60.69% 60.69%
=======================================
Files 149 149
Lines 19071 19071
=======================================
Hits 11575 11575
Misses 6171 6171
Partials 1325 1325
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6e3f8eb to
899781c
Compare
Thunder Design Proposal Flow
This document describes the complete journey from idea to approved design in Thunder when creating new features or making significant architectural changes.
Visual Flow Diagram
KEY DECISION POINTS:
Entry Point:
• Unclear problem → Start with Ideas discussion
• Clear problem → Go directly to Feature issue
After Ideas Discussion:
• Invalid → Close and document
• Bug → Create bug issue (standard workflow)
• Improvement → Create improvement issue (may need lightweight proposal)
• Feature → Create feature issue (continue to design proposal)
Assignment:
• Maintainer assigns/approves contributor
• Prevents duplicate work and ensures ownership
After Design Review:
• Rejected → Update status, merge with reasoning, close feature issue
• Revise → Iterate on design proposal
• Approved → Merge, ready for implementation
TRACEABILITY CHAIN:
ASSIGNMENT WORKFLOW:
FINAL STATUSES:
Simplified Overview
Two Entry Paths
Path A: Complex/Unclear Problem
Path B: Clear Problem