diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 4c4898e31e..950bd777f7 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -24,6 +24,14 @@ body: value: "A bug happened!" validations: required: true + - type: textarea + id: steps-to-reproduce + attributes: + label: Steps to Reproduce + description: Please list the steps needed to reproduce the issue. + placeholder: "1. Step 1\n2. Step 2\n3. Step 3" + validations: + required: true - type: dropdown id: browsers attributes: @@ -42,6 +50,11 @@ body: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. render: shell + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. You can drag and drop, paste images directly here or link to them. - type: checkboxes id: terms attributes: