From a99b4c79567695241feb8d49e5520bf83f2019ee Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 28 Jun 2021 20:06:06 -0700 Subject: [PATCH] Fix syntax error in bug report (#718) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bc715f7f5..84443bcf1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -25,9 +25,9 @@ body: label: To Reproduce description: Steps to reproduce the behavior value: | - 1. Go to '...' - 2. Click on '....' - 3. Scroll down to '....' + 1. Go to ... + 2. Click on ... + 3. Scroll down to ... 4. See error" validations: required: true