mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-28 01:16:22 +00:00
## 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>
15 lines
435 B
YAML
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"
|