mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-24 23:46:17 +00:00
15 lines
424 B
YAML
15 lines
424 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: description
|
|
attributes:
|
|
label: "How would you recommend implementing it?"
|