From 1d490a666f1e42402676e75124cd5ae4acea0e5d Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:20:00 +0100 Subject: [PATCH] updated bug issue template --- .github/ISSUE_TEMPLATE/BUG.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 2ba0d7d..4690e6f 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -48,6 +48,13 @@ body: placeholder: e.g. 4.1.0-stable validations: required: true + - type: textarea + id: steps_reproduce + attributes: + label: Exact steps to reproduce this error + description: Tell what completely exactly you did from downloading and copying the plugin to the error. You can also drag and drop a zip file of how you would setup a fresh project with it. + validations: + required: true - type: textarea id: gdscript attributes: