From cfbebef856dfb5aaa2504116d50bef65484a98e8 Mon Sep 17 00:00:00 2001 From: Melissa Sulprizio Date: Thu, 30 May 2024 15:29:35 -0400 Subject: [PATCH] Remove erroneous line return from bug report issue form Signed-off-by: Melissa Sulprizio --- .github/ISSUE_TEMPLATE/bug-report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index af67c1802..e93311753 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -33,8 +33,7 @@ body: id: log-files attributes: label: Please attach any relevant configuration and log files. - description: Drag and drop files like the GCHP log files, - ExtData.rc, setCommonRunSettings.sh here. You may need to rename files to end in .txt first. + description: Drag and drop files like the GCHP log files, ExtData.rc, setCommonRunSettings.sh here. You may need to rename files to end in .txt first. validations: required: false - type: input