From d39a1174c2996f8f39b3eccc98585e20d0d7c604 Mon Sep 17 00:00:00 2001 From: GrapeS Date: Fri, 20 Mar 2026 16:43:08 +0800 Subject: [PATCH] update issue template --- .github/ISSUE_TEMPLATE/report-a-bug.md | 2 +- .github/ISSUE_TEMPLATE/request-a-feature.md | 51 +++++++-------------- 2 files changed, 17 insertions(+), 36 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index 13c90fbfe84..30a3b245862 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -72,7 +72,7 @@ Include relevant logs from FullNode.jar or other components [Paste error messages, stack traces, or relevant logs here] ``` -## Additional Context +## Additional Context (Optional) diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md index 6ac4b9f5c31..7cc6a40ca4a 100644 --- a/.github/ISSUE_TEMPLATE/request-a-feature.md +++ b/.github/ISSUE_TEMPLATE/request-a-feature.md @@ -12,28 +12,9 @@ Thank you for contributing to java-tron! Please provide as much detail as possible to help us evaluate your feature request. --> -## Background - - - ## Problem Statement - - -## Rationale - -**Why should this feature exist?** - - -**What are the use cases?** - - -1. -2. -3. - -**Who would benefit from this feature?** - + ## Proposed Solution @@ -52,19 +33,6 @@ Please provide as much detail as possible to help us evaluate your feature reque **Protocol Changes** (if applicable) -## Testing Strategy - - - -**Test Scenarios** - -1. -2. -3. - -**Performance Considerations** - - ## Scope of Impact @@ -102,11 +70,24 @@ Please provide as much detail as possible to help us evaluate your feature reque - [ ] High (significant changes) - [ ] Unknown -## Alternatives Considered +## Testing Strategy + + + +**Test Scenarios** + +1. +2. +3. + +**Performance Considerations** + + +## Alternatives Considered (Optional) -## Additional Context +## Additional Context (Optional)