From 02a5841fdfa6eaf2155a5c0066dc88719b97dd0d Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Wed, 18 Sep 2024 13:36:47 +0200 Subject: [PATCH] Issue template: remove prefilled values of required fields --- .github/ISSUE_TEMPLATE/bug_report.yml | 31 +++++++-------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b2f74ac4..716732d1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,16 +6,6 @@ body: attributes: label: Description description: "A clear and concise description of what the bug is. Screenshots welcome!" - value: | - ### What where you trying to do? - - - ### What actually happened? - - - ### What did you expect to happen? - - validations: required: true - type: input @@ -29,23 +19,18 @@ body: id: database_software attributes: label: Database server version - description: "If not applicable or irrelevant, type '-'" - placeholder: "Example: MariaDB 10.3.27" + placeholder: "Example: MariaDB 10.3.27, or just '-' if irrelevant" + validations: + required: true + - type: textarea + attributes: + label: Reproduction recipe + placeholder: "Instructions for reproducing the problem" validations: required: true - type: textarea id: error_log attributes: label: Error/Backtrace - description: If an error message was produced. + placeholder: "Optional, attach or paste crash report here" render: shell - - type: textarea - attributes: - label: Reproduction recipe - placeholder: "Instructions for reproducing the problem" - value: | - Go to ... - Click on .... - See error message: ... - validations: - required: true