Mercurial > vim-gutentags
changeset 219:91dfeaac488c
Update issue templates
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 03 Nov 2018 20:19:37 -0700 |
parents | d7fdcb1c6a65 |
children | 60229a0ea17d |
files | .github/ISSUE_TEMPLATE/bug_report.md |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.github/ISSUE_TEMPLATE/bug_report.md Sat Nov 03 20:19:37 2018 -0700 @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Something's wrong? + +--- + +**Describe the bug** +Describe what the bug is about, and what you expected. Don't forget to format things nicely with Markdown. If applicable, post screenshots. + +**Steps to reproduce** +1. Do this '...' +2. Do that '...' +3. Etc. + +**Share your setup** +- What OS and version of Vim are you using? +- What version of `ctags`, `gtags`, or whatever do you have installed? +- Are you using `g:gutentags_cache_dir`? + +**Post the logs** +- Run `:let g:gutentags_trace = 1`. +- Reproduce the bug. +- Run `:messages` and show the messages that Gutentags posted. +- Look for the `tags.log` file that Gutentags' script left behind, and post its contents. + +**Additional context** +Add any other context about the problem here.