From aec872fc8ffffaa72675bc73f373bc2a88e6b121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathilde=20Gr=C3=BCnig?= Date: Fri, 12 May 2023 13:53:13 +0200 Subject: [PATCH] fix placeholder issue --- .github/ISSUE_TEMPLATE/bug_resolution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_resolution.yml b/.github/ISSUE_TEMPLATE/bug_resolution.yml index 6710b739d..bc4f2e128 100644 --- a/.github/ISSUE_TEMPLATE/bug_resolution.yml +++ b/.github/ISSUE_TEMPLATE/bug_resolution.yml @@ -29,7 +29,7 @@ body: attributes: label: Steps to reproduce description: Please describe the steps to reproduce the bug. - placeholder: | + placeholder: |- 1. ... 2. ... 3. ...