From 3d42aa199d0e46327de9bd399b250f066ee6a968 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Fri, 19 Nov 2021 17:00:43 -0800 Subject: [PATCH] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 3c05f77..b984229 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -77,16 +77,16 @@ body: id: attachments attributes: label: Attachments - description: Please include code snippets, stack traces, or compiler errors, if applicable. - placeholder: Paste code snippets, stack traces, compiler errors here + description: Please include code snippets, stack traces, or compiler errors. + placeholder: Paste code snippets, stack traces, and compiler errors here validations: required: false - type: textarea id: screenshots attributes: label: Screenshots or Videos - description: Add screenshots, gifs, or videos to help explain your problem, if applicable. - placeholder: Upload screenshots, gifs, videos here + description: Add screenshots, gifs, or videos to help explain your problem. + placeholder: Upload screenshots, gifs, and videos here validations: required: false - type: textarea