From c7b46685629f27ec17badfd28356691c571ae184 Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Fri, 29 Sep 2023 21:29:18 -0700 Subject: doc: change bug report template to require log file contents --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9e5b8af..f4593ac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -19,9 +19,16 @@ body: placeholder: "MacOS 11.5" validations: required: true + - type: checkboxes + attributes: + label: Add the debug logs + options: + - label: I have set `log_level = vim.log.levels.DEBUG` and pasted the log contents below. + required: true - type: textarea attributes: - label: "Output of :ConformInfo" + label: "Log file" + description: "Recent contents from the log file. You can find it with :ConformInfo" validations: required: true - type: textarea -- cgit v1.2.3-70-g09d2