From 4906e71f6dd2e68313b15c09c358d3992862d4a6 Mon Sep 17 00:00:00 2001 From: Radical Date: Sat, 20 Apr 2024 13:52:18 +0200 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f2382e0..bb41e1e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,6 +9,13 @@ body: options: - label: I have searched the existing issues required: true + - type: checkboxes + attributes: + label: Have you ran the program with `--log-level=debug`? + description: `--log-level=debug` provides better logging when reporting issues, it should be used when reporting bugs. + options: + - label: I used `--log-level=debug` when running the program + required: false - type: textarea id: describe attributes: