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>
This commit is contained in:
Michael Kaplan 2025-09-05 04:53:27 -04:00 committed by GitHub
parent 72e9ad7962
commit 4bc19e9f8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,6 @@ body:
validations:
required: true
- type: textarea
id: description
id: approach-and-alternatives
attributes:
label: "How would you recommend implementing it?"
label: "Recommended approach and alternatives"