@@ -12,28 +12,9 @@ Thank you for contributing to java-tron!
1212Please provide as much detail as possible to help us evaluate your feature request.
1313-->
1414
15- ## Background
16-
17- <!-- Describe the context and motivation for this feature request -->
18-
1915## Problem Statement
2016
21- <!-- What problem does this feature solve? What pain points does it address? -->
22-
23- ## Rationale
24-
25- ** Why should this feature exist?**
26- <!-- Explain the benefits and value this feature would provide -->
27-
28- ** What are the use cases?**
29- <!-- Describe specific scenarios where this feature would be useful -->
30-
31- 1 .
32- 2 .
33- 3 .
34-
35- ** Who would benefit from this feature?**
36- <!-- e.g., node operators, developers, end users, validators -->
17+ <!-- Describe the problem this feature solves, the context/motivation, and who would benefit -->
3718
3819## Proposed Solution
3920
@@ -52,30 +33,17 @@ Please provide as much detail as possible to help us evaluate your feature reque
5233** Protocol Changes** (if applicable)
5334<!-- Describe any changes to the TRON protocol -->
5435
55- ## Testing Strategy
56-
57- <!-- How should this feature be tested? -->
58-
59- ** Test Scenarios**
60-
61- 1 .
62- 2 .
63- 3 .
64-
65- ** Performance Considerations**
66- <!-- Describe any performance implications -->
67-
6836## Scope of Impact
6937
70- <!-- What parts of the system will be affected? -->
71-
72- - [ ] Core protocol
73- - [ ] API/RPC
74- - [ ] Database
75- - [ ] Network layer
76- - [ ] Smart contracts
77- - [ ] Documentation
78- - [ ] Other: <!-- specify - ->
38+ <!-- Select the system components that will be affected by this feature:
39+ - Core protocol
40+ - API/RPC
41+ - Database
42+ - Network layer
43+ - Smart contracts
44+ - Documentation
45+ - Others, please specify
46+ -->
7947
8048** Breaking Changes**
8149<!-- Will this feature introduce any breaking changes? -->
@@ -90,23 +58,29 @@ Please provide as much detail as possible to help us evaluate your feature reque
9058
9159** Are you willing to implement this feature?**
9260<!-- Let us know if you'd like to contribute the implementation -->
93- - [ ] Yes, I can implement this feature
94- - [ ] I can help with implementation
95- - [ ] I need help with implementation
96- - [ ] I'm just suggesting the idea
9761
9862** Estimated Complexity**
99- <!-- Your assessment of implementation complexity -->
100- - [ ] Low (minor changes)
101- - [ ] Medium (moderate changes)
102- - [ ] High (significant changes)
103- - [ ] Unknown
63+ <!-- Your assessment of implementation complexity, choose among
64+ - Low (minor changes)
65+ - Medium (moderate changes)
66+ - High (significant changes)
67+ - Unknown
68+ -->
69+
70+ ## Testing Strategy
71+
72+ <!-- How should this feature be tested? -->
73+
74+ ** Test Scenarios**
75+
76+ ** Performance Considerations**
77+ <!-- Describe any performance implications -->
10478
105- ## Alternatives Considered
79+ ## Alternatives Considered (Optional)
10680
10781<!-- Describe any alternative solutions or features you've considered -->
10882
109- ## Additional Context
83+ ## Additional Context (Optional)
11084
11185<!-- Add any other context, mockups, diagrams, or examples -->
11286
0 commit comments