Skip to content

Commit 5582cfc

Browse files
authored
fix(doc): update issue template (tronprotocol#6594)
1 parent 62d8a55 commit 5582cfc

3 files changed

Lines changed: 29 additions & 55 deletions

File tree

.github/ISSUE_TEMPLATE/ask-a-question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ These channels provide faster responses for general inquiries.
4646
- Operating System: <!-- e.g., Ubuntu 20.04 -->
4747
- Java version: <!-- e.g., java version "1.8.0_391" -->
4848

49-
## Additional Information
49+
## Additional Information (Optional)
5050

5151
<!-- Any other details that might be helpful -->

.github/ISSUE_TEMPLATE/report-a-bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Include relevant logs from FullNode.jar or other components
7272
[Paste error messages, stack traces, or relevant logs here]
7373
```
7474

75-
## Additional Context
75+
## Additional Context (Optional)
7676

7777
<!-- Add any other context about the problem -->
7878

.github/ISSUE_TEMPLATE/request-a-feature.md

Lines changed: 27 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,9 @@ Thank you for contributing to java-tron!
1212
Please 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

Comments
 (0)