overlaytopleft/games-fps/gzdoom/files/0014-Impel-people-to-include-demo-mods-in-bug-reports.patch

27 lines
1.1 KiB
Diff

From f729f2375fa9f18bfd3cc4fcec8523a0a8e8a325 Mon Sep 17 00:00:00 2001
From: Kevin Caccamo <kevin@ciinet.org>
Date: Wed, 11 Jan 2023 21:43:35 -0500
Subject: [PATCH 14/51] Impel people to include demo mods in bug reports
Since small demo mods are the preferred way for GZDoom 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 d50d02070..7ed0af7ce 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -82,7 +82,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 small mod demonstrating the bug, or a screenshot if possible_
placeholder: "How & When does this occur?"
validations:
required: true
--
2.39.3