forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add libevm specific bug yml issue template
- Loading branch information
Showing
1 changed file
with
41 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,41 @@ | ||
name: Bug | ||
description: Report a bug | ||
title: "Bug: " | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
⚠️ Your issue will be instantly closed as not planned WITHOUT explanation if: | ||
- you do not fill out **the title of the issue** ☝️ | ||
- you do not provide the **libevm version** as requested below | ||
- type: input | ||
id: host-os | ||
attributes: | ||
label: Host platform | ||
description: What is your host platform? | ||
placeholder: "Debian Buster amd64" | ||
- type: input | ||
id: version | ||
attributes: | ||
label: What is the version of libevm | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: "What's the problem 🤔" | ||
placeholder: "That feature does not work..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Share your logs if needed | ||
render: plain text | ||
- type: textarea | ||
id: config | ||
attributes: | ||
label: Share your configuration(s) if needed | ||
render: plain text |