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: