go-ethereum/.github/ISSUE_TEMPLATE/feature.yml
Michael Kaplan 4bc19e9f8f
Update feature.yml (#223)
## Why this should be merged
Non-unique IDs in feature-request template body.

## How this works
Makes IDs unique. See
[here](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms#body-must-have-unique-ids).

## How this was tested

[Inspection of GitHub preview](https://github.com/ava-labs/libevm/blob/michaelkaplan13/fix-feature-issue-template/.github/ISSUE_TEMPLATE/feature.yml)

Signed-off-by: Michael Kaplan <55204436+michaelkaplan13@users.noreply.github.com>
2025-09-05 09:53:27 +01:00

15 lines
435 B
YAML

name: Feature request
description: Suggest a feature to add to libevm
title: "Feature request: "
body:
- type: textarea
id: description
attributes:
label: "What's the feature 🧐"
placeholder: "Describe the feature you want and why it should be added"
validations:
required: true
- type: textarea
id: approach-and-alternatives
attributes:
label: "Recommended approach and alternatives"