This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree 1 file changed +39
-0
lines changed
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ description : Request a feature
3
+ labels : ["Feature Request"]
4
+ body :
5
+ - type : checkboxes
6
+ attributes :
7
+ label : Is there an existing issue for this?
8
+ description : Please search to see if an issue already exists for the feature you're requesting
9
+ options :
10
+ - label : I have searched the existing issues
11
+ required : true
12
+ - type : textarea
13
+ attributes :
14
+ label : Feature Request
15
+ description : A concise description of the feature you're requesting
16
+ validations :
17
+ required : true
18
+ - type : textarea
19
+ attributes :
20
+ label : Use Cases
21
+ description : A concise description of use cases for the feature you're requesting
22
+ validations :
23
+ required : true
24
+ - type : textarea
25
+ attributes :
26
+ label : Implementation Ideas
27
+ description : Do you have ideas regarding the implementation of this feature?
28
+ - type : textarea
29
+ attributes :
30
+ label : Feature Examples/References
31
+ description : Do you have any examples or references regarding this feature?
32
+ placeholder : |
33
+ - [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559)
34
+ - [Ethers' implementation](https://github.com/ethers-io/ethers.js/blob/master/packages/abstract-signer/src.ts/index.ts)
35
+ - type : checkboxes
36
+ attributes :
37
+ label : Are you willing to implement this feature?
38
+ options :
39
+ - label : " Yes"
You can’t perform that action at this time.
0 commit comments