From b9b7ac80e5bf78afc670622d38a6277d2e188926 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Wed, 9 Mar 2022 21:38:03 -0500 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d3171db74d..be34da414e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,25 +34,12 @@ body: id: reproduce attributes: label: Steps to Reproduce - description: Tell us how to reproduce this behaviour - placeholder: | - 1. Go to '...' - 2. Click on '....' - 3. Scroll down to '....' - 4. See error - - type: textarea - id: expected-behaviour - attributes: - label: Expected behaviour - description: A clear and concise description of what you expected to happen. + description: Tell us how to reproduce this behaviour. Ideally, this should take the form of a [Minimum Workable Example](https://stackoverflow.com/help/minimal-reproducible-example) + validations: + required: true - type: textarea id: logs attributes: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. render: shell - - type: textarea - id: additional-context - attributes: - label: Additional context - description: Add any other context about the problem here. \ No newline at end of file