Skip to content
Open
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
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Feature request
description: Propose an improvement or new feature
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: textarea
id: problem
attributes:
label: Problem
description: What problem are you trying to solve?
placeholder: Describe the pain point.
validations:
required: true

- type: textarea
id: proposal
attributes:
label: Proposal
description: What would you like to see added/changed?
placeholder: Describe the solution.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives
description: What alternatives have you considered?
placeholder: Other approaches or workarounds.
validations:
required: false

- type: textarea
id: scope
attributes:
label: Scope
description: Any affected components or files (if known).
placeholder: e.g., docker-compose.yml, .env files, geth/reth configs
validations:
required: false