|
1 | 1 | --- |
2 | 2 | name: Request a feature |
3 | 3 | about: Suggest an idea for this project |
4 | | -title: '' |
| 4 | +title: '[FEATURE] ' |
5 | 5 | labels: 'type:feature' |
6 | 6 | assignees: '' |
7 | 7 |
|
8 | 8 | --- |
9 | | -# Background |
10 | 9 |
|
11 | | -# Rationale |
| 10 | +<!-- |
| 11 | +Thank you for contributing to java-tron! |
| 12 | +Please provide as much detail as possible to help us evaluate your feature request. |
| 13 | +--> |
12 | 14 |
|
13 | | -Why should this feature exist? |
| 15 | +## Background |
14 | 16 |
|
15 | | -What are the use-cases? |
| 17 | +[Describe the context and motivation for this feature request] |
16 | 18 |
|
17 | | -# Specification |
| 19 | +## Problem Statement |
18 | 20 |
|
19 | | -# Test Specification |
| 21 | +[What problem does this feature solve? What pain points does it address?] |
20 | 22 |
|
21 | | -# Scope Of Impact |
| 23 | +## Rationale |
22 | 24 |
|
| 25 | +**Why should this feature exist?** |
23 | 26 |
|
24 | | -# Implementation |
| 27 | +[Explain the benefits and value this feature would provide] |
25 | 28 |
|
26 | | -Do you have ideas regarding the implementation of this feature? |
| 29 | +**What are the use cases?** |
27 | 30 |
|
28 | | -Are you willing to implement this feature? |
| 31 | +[Describe specific scenarios where this feature would be useful] |
| 32 | + |
| 33 | +1. |
| 34 | +2. |
| 35 | +3. |
| 36 | + |
| 37 | +**Who would benefit from this feature?** |
| 38 | + |
| 39 | +[e.g., node operators, developers, end users, validators] |
| 40 | + |
| 41 | +## Proposed Solution |
| 42 | + |
| 43 | +[Describe your proposed solution in detail] |
| 44 | + |
| 45 | +### Specification |
| 46 | + |
| 47 | +[Provide technical specifications or requirements] |
| 48 | + |
| 49 | +**API Changes** (if applicable) |
| 50 | + |
| 51 | +[Describe any new or modified APIs] |
| 52 | + |
| 53 | +**Configuration Changes** (if applicable) |
| 54 | + |
| 55 | +[Describe any new configuration options] |
| 56 | + |
| 57 | +**Protocol Changes** (if applicable) |
| 58 | + |
| 59 | +[Describe any changes to the TRON protocol] |
| 60 | + |
| 61 | +## Testing Strategy |
| 62 | + |
| 63 | +[How should this feature be tested?] |
| 64 | + |
| 65 | +**Test Scenarios** |
| 66 | +1. |
| 67 | +2. |
| 68 | +3. |
| 69 | + |
| 70 | +**Performance Considerations** |
| 71 | + |
| 72 | +[Describe any performance implications] |
| 73 | + |
| 74 | +## Scope of Impact |
| 75 | + |
| 76 | +[What parts of the system will be affected?] |
| 77 | + |
| 78 | +- [ ] Core protocol |
| 79 | +- [ ] API/RPC |
| 80 | +- [ ] Database |
| 81 | +- [ ] Network layer |
| 82 | +- [ ] Smart contracts |
| 83 | +- [ ] Documentation |
| 84 | +- [ ] Other: [specify] |
| 85 | + |
| 86 | +**Breaking Changes** |
| 87 | + |
| 88 | +[Will this feature introduce any breaking changes?] |
| 89 | + |
| 90 | +**Backward Compatibility** |
| 91 | + |
| 92 | +[How will this feature maintain backward compatibility?] |
| 93 | + |
| 94 | +## Implementation |
| 95 | + |
| 96 | +**Do you have ideas regarding the implementation?** |
| 97 | + |
| 98 | +[Share any technical approaches or implementation details] |
| 99 | + |
| 100 | +**Are you willing to implement this feature?** |
| 101 | + |
| 102 | +[Let us know if you'd like to contribute the implementation] |
| 103 | +- [ ] Yes, I can implement this feature |
| 104 | +- [ ] I can help with implementation |
| 105 | +- [ ] I need help with implementation |
| 106 | +- [ ] I'm just suggesting the idea |
| 107 | + |
| 108 | +**Estimated Complexity** |
| 109 | + |
| 110 | +[Your assessment of implementation complexity] |
| 111 | +- [ ] Low (minor changes) |
| 112 | +- [ ] Medium (moderate changes) |
| 113 | +- [ ] High (significant changes) |
| 114 | +- [ ] Unknown |
| 115 | + |
| 116 | +## Alternatives Considered |
| 117 | + |
| 118 | +[Describe any alternative solutions or features you've considered] |
| 119 | + |
| 120 | +## Additional Context |
| 121 | + |
| 122 | +[Add any other context, mockups, diagrams, or examples] |
| 123 | + |
| 124 | +**Related Issues/PRs** |
| 125 | + |
| 126 | +[Link to any related issues or pull requests] |
| 127 | + |
| 128 | +**References** |
| 129 | + |
| 130 | +[Link to any relevant documentation, specifications, or discussions] |
0 commit comments