From 4533251efd039415db5802e0f131b7d3dc6a444e Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Fri, 30 Dec 2022 14:42:19 -0700 Subject: [PATCH] info: make bug report log field mandatory Sick and tired of people providing unhelpful bug reports without a stack trace. This should force them to provide one. --- .github/ISSUE_TEMPLATE/bug-crash-report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-crash-report.yml b/.github/ISSUE_TEMPLATE/bug-crash-report.yml index 614c45a41..d34ce4da9 100644 --- a/.github/ISSUE_TEMPLATE/bug-crash-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-crash-report.yml @@ -72,6 +72,8 @@ body: - `./adb -d logcat AndroidRuntime:E *:S` in the case of a crash 5. Copy and paste the output to this area of the issue. render: shell + validations: + required: true - type: checkboxes id: terms attributes: