Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/report-a-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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

Expand Down
51 changes: 16 additions & 35 deletions .github/ISSUE_TEMPLATE/request-a-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- Describe the context and motivation for this feature request -->

## Problem Statement

<!-- What problem does this feature solve? What pain points does it address? -->

## Rationale

**Why should this feature exist?**
<!-- Explain the benefits and value this feature would provide -->

**What are the use cases?**
<!-- Describe specific scenarios where this feature would be useful -->

1.
2.
3.

**Who would benefit from this feature?**
<!-- e.g., node operators, developers, end users, validators -->
<!-- Describe the problem this feature solves, the context/motivation, and who would benefit -->

## Proposed Solution

Expand All @@ -52,19 +33,6 @@ Please provide as much detail as possible to help us evaluate your feature reque
**Protocol Changes** (if applicable)
<!-- Describe any changes to the TRON protocol -->

## Testing Strategy

<!-- How should this feature be tested? -->

**Test Scenarios**

1.
2.
3.

**Performance Considerations**
<!-- Describe any performance implications -->

## Scope of Impact

<!-- What parts of the system will be affected? -->
Expand Down Expand Up @@ -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

<!-- How should this feature be tested? -->

**Test Scenarios**

1.
2.
3.

**Performance Considerations**
<!-- Describe any performance implications -->

## Alternatives Considered (Optional)

<!-- Describe any alternative solutions or features you've considered -->

## Additional Context
## Additional Context (Optional)

<!-- Add any other context, mockups, diagrams, or examples -->

Expand Down
Loading