From 3afaa90183cd56d1183211c6a14adf93b93604b5 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 18 Dec 2021 14:22:48 -0800 Subject: [PATCH] Fix syntax error in new game bug template. --- .github/ISSUE_TEMPLATE/new-game-bug.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-game-bug.yml b/.github/ISSUE_TEMPLATE/new-game-bug.yml index a099635d..3c06b782 100644 --- a/.github/ISSUE_TEMPLATE/new-game-bug.yml +++ b/.github/ISSUE_TEMPLATE/new-game-bug.yml @@ -1,5 +1,5 @@ --- -name: "New Game" wizard failed +name: New Game wizard failed description: > Use for bugs that prevent the "New Game" wizard from completing successfully. If the wizard completes without issue, use the normal bug report template. @@ -104,9 +104,9 @@ body: description: > Attach the Liberation log file. The log file is located at `/logs/liberation.log`. - - + + You can attach files to the bug by dragging and dropping the file into this text box. validations: - required: true \ No newline at end of file + required: true