From 6877e7978623dd1f8790402f2b9aacbedc6f28f4 Mon Sep 17 00:00:00 2001 From: Kevin Caccamo Date: Wed, 11 Jan 2023 21:41:35 -0500 Subject: [PATCH] Impel people to include saved games in bug reports Since saved games are the preferred way for Raze developers to reproduce bugs. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 027e55809..413f379c7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -84,7 +84,7 @@ body: id: description attributes: label: A clear and concise description of what the bug is. - description: Describe what happens, what software were you running? _Include screenshot if possible_ + description: Describe what happens, what software were you running? _Include a saved game demonstrating the bug, or a screenshot if possible_ placeholder: "How & When does this occur?" validations: required: true