File tree Expand file tree Collapse file tree 6 files changed +61
-57
lines changed Expand file tree Collapse file tree 6 files changed +61
-57
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Bug
2+ description : Report a bug
3+ title : " Bug: "
4+ body :
5+ - type : markdown
6+ attributes :
7+ value : |
8+ Thanks for taking the time to fill out this bug report!
9+
10+ ⚠️ Your issue will be closed as "not planned" if:
11+ - you do not fill out **the title of the issue** ☝️
12+ - you do not provide the **libevm version** as requested below
13+ - type : input
14+ id : host-os
15+ attributes :
16+ label : Host platform
17+ description : What is your host platform?
18+ placeholder : " Debian Buster amd64"
19+ - type : input
20+ id : version
21+ attributes :
22+ label : What is the version of libevm
23+ validations :
24+ required : true
25+ - type : textarea
26+ id : problem
27+ attributes :
28+ label : " What's the problem 🤔"
29+ placeholder : " That feature does not work..."
30+ validations :
31+ required : true
32+ - type : textarea
33+ id : logs
34+ attributes :
35+ label : Share your logs if needed
36+ render : plain text
37+ - type : textarea
38+ id : config
39+ attributes :
40+ label : Share your configuration(s) if needed
41+ render : plain text
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : Need help
4+ url : https://github.com/ava-labs/libevm/discussions/new/choose
5+ about : Please create a Github discussion.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Feature request
2+ description : Suggest a feature to add to libevm
3+ title : " Feature request: "
4+ body :
5+ - type : textarea
6+ id : description
7+ attributes :
8+ label : " What's the feature 🧐"
9+ placeholder : " Describe the feature you want and why it should be added"
10+ validations :
11+ required : true
12+ - type : textarea
13+ id : description
14+ attributes :
15+ label : " How would you recommend implementing it?"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments