Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init feature_request template - Closes #4367 #4370

Merged
merged 9 commits into from
Sep 29, 2021
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Feature Request
description: Request a feature
labels: ["Feature Request"]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the feature you're requesting
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Feature Request
description: A concise description of the feature you're requesting
validations:
required: true
- type: textarea
attributes:
label: Use Cases
description: A concise description of use cases for the feature you're requesting
validations:
required: true
- type: textarea
attributes:
label: Implementation Ideas
description: Do you have ideas regarding the implementation of this feature?
- type: textarea
attributes:
label: Feature Examples/References
description: Do you have any examples or references regarding this feature?
placeholder: |
- [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559)
- [Ethers' implementation](https://github.com/ethers-io/ethers.js/blob/master/packages/abstract-signer/src.ts/index.ts)
- type: checkboxes
attributes:
label: Are you willing to implement this feature?
options:
- label: "Yes"