aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml9
1 files changed, 8 insertions, 1 deletions
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