From 4bac31c9975ccc278dd993ad367cce748db58d78 Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Tue, 26 Jul 2022 23:58:14 +0200 Subject: [PATCH] Improve placeholder text for steps to reproduce Move value to placeholder, so the field is empty and the user has to write something in this field themselves. Provide simple example steps to make it more clear what we expect. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6e361bb6f2..2a5235dede 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -47,11 +47,11 @@ body: attributes: label: Steps to reproduce description: We highly suggest including a screenshot and a bug report log (System tray->Report bug). - placeholder: Tell us the steps required to trigger your bug. - value: | - 1. - 2. - 3. + placeholder: | + Tell us the steps required to trigger your bug. Example: + 1. Open the attached park file + 2. Click on the park entrance + 3. The game crashes validations: required: true