go-ethereum/.github/ISSUE_TEMPLATE/feature.md
Manav Darji b382111b87
github: add new issue templates (#455)
* add: new issue templates

* github: add version commands and file paths
2022-07-18 20:09:15 +05:30

18 lines
474 B
Markdown

---
name: Request a feature
about: Report a missing feature - e.g. as a step before submitting a PR
title: ''
labels: 'type:feature'
assignees: ''
---
# Rationale
The motivation behind the feature and why should this feature exist?
What are the use-cases?
# Implementation
Do you have ideas regarding the implementation of this feature? (Mention reference links if any)
Any alternative solutions or features you've considered?
Are you willing to implement this feature?