diff --git a/.github/ISSUE_TEMPLATE/2_bug_report.yml b/.github/ISSUE_TEMPLATE/2_bug_report.yml index cb7e64c33..ce89eb964 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report.yml @@ -43,11 +43,19 @@ body: - type: textarea id: description attributes: - label: What's wrong? + label: What is wrong? description: Provide detailed description of what is wrong or does not work as expected. placeholder: Provide detailed description of what is wrong or does not work as expected. validations: required: true + - type: textarea + id: description + attributes: + label: What did you try already? + description: Provide detailed description of how did you troubleshoot the issue and what have you tried already. + placeholder: Provide detailed description of how did you troubleshoot the issue and what have you tried already. + validations: + required: true - type: textarea id: reproduce attributes: