forked from web3/web3.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Init feature_request template * Correct name and description * Correct checkbox syntax * Correct checkbox syntax * Correct checkbox syntax * Correct checkbox syntax * Fix typo, update reference link
- Loading branch information
1 parent
4b9b7d6
commit 44bb68a
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |