|
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?** |
| 26 | +<!-- Explain the benefits and value this feature would provide --> |
23 | 27 |
|
24 | | -# Implementation |
| 28 | +**What are the use cases?** |
| 29 | +<!-- Describe specific scenarios where this feature would be useful --> |
25 | 30 |
|
26 | | -Do you have ideas regarding the implementation of this feature? |
| 31 | +1. |
| 32 | +2. |
| 33 | +3. |
27 | 34 |
|
28 | | -Are you willing to implement this feature? |
| 35 | +**Who would benefit from this feature?** |
| 36 | +<!-- e.g., node operators, developers, end users, validators --> |
| 37 | + |
| 38 | +## Proposed Solution |
| 39 | + |
| 40 | +<!-- Describe your proposed solution in detail --> |
| 41 | + |
| 42 | +### Specification |
| 43 | + |
| 44 | +<!-- Provide technical specifications or requirements --> |
| 45 | + |
| 46 | +**API Changes** (if applicable) |
| 47 | +<!-- Describe any new or modified APIs --> |
| 48 | + |
| 49 | +**Configuration Changes** (if applicable) |
| 50 | +<!-- Describe any new configuration options --> |
| 51 | + |
| 52 | +**Protocol Changes** (if applicable) |
| 53 | +<!-- Describe any changes to the TRON protocol --> |
| 54 | + |
| 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 | + |
| 68 | +## Scope of Impact |
| 69 | + |
| 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 --> |
| 79 | + |
| 80 | +**Breaking Changes** |
| 81 | +<!-- Will this feature introduce any breaking changes? --> |
| 82 | + |
| 83 | +**Backward Compatibility** |
| 84 | +<!-- How will this feature maintain backward compatibility? --> |
| 85 | + |
| 86 | +## Implementation |
| 87 | + |
| 88 | +**Do you have ideas regarding the implementation?** |
| 89 | +<!-- Share any technical approaches or implementation details --> |
| 90 | + |
| 91 | +**Are you willing to implement this feature?** |
| 92 | +<!-- 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 |
| 97 | + |
| 98 | +**Estimated Complexity** |
| 99 | +<!-- Your assessment of implementation complexity --> |
| 100 | +- [ ] Low (minor changes) |
| 101 | +- [ ] Medium (moderate changes) |
| 102 | +- [ ] High (significant changes) |
| 103 | +- [ ] Unknown |
| 104 | + |
| 105 | +## Alternatives Considered |
| 106 | + |
| 107 | +<!-- Describe any alternative solutions or features you've considered --> |
| 108 | + |
| 109 | +## Additional Context |
| 110 | + |
| 111 | +<!-- Add any other context, mockups, diagrams, or examples --> |
| 112 | + |
| 113 | +**Related Issues/PRs** |
| 114 | +<!-- Link to any related issues or pull requests --> |
| 115 | + |
| 116 | +**References** |
| 117 | +<!-- Link to any relevant documentation, specifications, or discussions --> |
0 commit comments