From d6503b77d143330b1d5ad372cdc37b43d675e78c Mon Sep 17 00:00:00 2001 From: micbou Date: Sat, 5 May 2018 14:26:03 +0200 Subject: [PATCH] Update issue template Ask users to set the log level to debug when including the contents of the logfiles in an issue report. --- .github/ISSUE_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index bfb49c6e..01189d9e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -62,8 +62,9 @@ quickly and that neither your nor our time is needlessly wasted. ## Contents of YCM, ycmd and completion engine logfiles -> Include link here to a [gist][] containing the entire logfiles for ycm, ycmd -> and any completer logfiles listed by `:YcmToggleLogs`. +> Add `let g:ycm_log_level = 'debug'` to vimrc, restart Vim, reproduce the +> issue, and include link here to a [gist][] containing the entire logfiles for +> ycm, ycmd and any completer logfiles listed by `:YcmToggleLogs`. ## OS version, distribution, etc.