From 288bce93d5f9aee76f526d27110560aab00a7100 Mon Sep 17 00:00:00 2001 From: Quentin Mc Gaw Date: Thu, 19 Dec 2024 14:14:02 +0100 Subject: [PATCH] add libevm specific bug yml issue template --- .github/ISSUE_TEMPLATE/bug.yml | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 000000000000..222dbccaf238 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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