From de80193f073aa4a03e07b366f1e6d4e196a04f81 Mon Sep 17 00:00:00 2001 From: Simon Judd Date: Tue, 2 Jan 2024 21:55:11 +1030 Subject: [PATCH] Update bug.yml Some tweaks to language, made expected behaviour optional (not useful to fill out most of the time), added an area for crash stack traces --- .github/ISSUE_TEMPLATE/bug.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e49f2c178..97cab070f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -44,7 +44,7 @@ body: id: repro attributes: label: Steps to Reproduce and Observed Behavior - description: What exactly can someone else do, in order to observe the problem that you observed? Include the output and all error messages. + description: What exactly can someone else do, in order to observe the problem that you observed? Include output and error messages if applicable. value: | 1. Go to '...' 2. Click on '....' @@ -60,7 +60,15 @@ body: description: What did you expect to happen instead? render: text validations: - required: true + required: false + - type: textarea + id: stacktrace + attributes: + label: Stack Trace + description: If the bug caused SLADE to crash with a stack trace window, copy+paste the stack trace here. + render: text + validations: + required: false - type: textarea id: screenshot attributes: