From 94bd11a88de31b8cec1b353f87f7c5f90ae03e54 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Fri, 19 Nov 2021 16:58:58 -0800 Subject: [PATCH] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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