diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 4bf457d..3c05f77 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -59,9 +59,9 @@ body: attributes: label: Steps to reproduce value: | - 1. - 2. - 3. + 1. + 2. + 3. ... validations: required: true @@ -78,7 +78,7 @@ body: attributes: label: Attachments description: Please include code snippets, stack traces, or compiler errors, if applicable. - placeholder: Code snippets, stack traces, compiler errors + placeholder: Paste code snippets, stack traces, compiler errors here validations: required: false - type: textarea @@ -86,7 +86,7 @@ body: attributes: label: Screenshots or Videos description: Add screenshots, gifs, or videos to help explain your problem, if applicable. - placeholder: Screenshots, gifs, videos + placeholder: Upload screenshots, gifs, videos here validations: required: false - type: textarea