From 3de4ae1147df3652829a20ec823a9e9cf15adcbe Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 23 Mar 2024 15:06:45 -0400 Subject: [PATCH] fixed placeholder in bug report template --- .gitea/issue_template/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/issue_template/bug_report.yaml b/.gitea/issue_template/bug_report.yaml index 0a61783..505cd6d 100644 --- a/.gitea/issue_template/bug_report.yaml +++ b/.gitea/issue_template/bug_report.yaml @@ -29,8 +29,8 @@ body: description: Please provide detailed steps to reproduce the bug. placeholder: | 1. Do this - 2. Do that\ - 3. Do this other thing\ + 2. Do that + 3. Do this other thing 4. Bug happens! validations: required: false