diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index fe21e01..3fd9935 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -14,7 +14,8 @@ body: attributes: label: What happened? description: Include in detailed steps how to reproduce the bug you encountered - placeholder: Tell us what you see! + placeholder: | + Make sure that you include all of the detailed steps validations: required: true @@ -23,7 +24,8 @@ body: attributes: label: What did you expect to happen? description: Include details - placeholder: Tell us what you see! + placeholder: | + What did you think was going to happen when you noticed the bug? validations: required: true