Skip to content

Commit

Permalink
add libevm specific bug yml issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Dec 19, 2024
1 parent 9c50725 commit 288bce9
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
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

0 comments on commit 288bce9

Please sign in to comment.