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)