Skip to content

Commit

Permalink
Issue template: request info through logfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Sep 20, 2016
1 parent d626b51 commit 1607a65
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/ISSUE_TEMPLATE.md
@@ -1,4 +1,4 @@
# Problems summary
# Problem summary


## Expected
Expand All @@ -10,33 +10,35 @@
* Neovim version:


## Provide a minimal init.vim with less than 50 lines (Required!)
## Provide a minimal init.vim with less than 50 lines (required)

```vim
" Your minimal init.vim
" Use the following as a template.
set runtimepath+=~/path/to/deoplete.nvim/
set runtimepath+=~/path/to/deoplete-jedi/
let g:deoplete#enable_at_startup = 1
call deoplete#custom#set('jedi', 'debug_enabled', 1)
call deoplete#enable_logging('DEBUG', '/tmp/deoplete.log')
```

## Generate logfiles if appropriate

## The reproduce ways from neovim starting (Required!)
1. export NVIM_PYTHON_LOG_FILE=/tmp/nvim-log
2. export NVIM_PYTHON_LOG_LEVEL=DEBUG
3. nvim -u minimal.vimrc

1. foo
2. bar
3. baz
Then look at and attach the files `/tmp/nvim-log_{PID}` and
`/tmp/deoplete.log` here.


## Generate a logfile if appropriate
## Steps to reproduce the issue after starting Neovim (required)

1. export NVIM_PYTHON_LOG_FILE=/tmp/log
2. export NVIM_PYTHON_LOG_LEVEL=DEBUG
3. nvim -u minimal.vimrc
4. some works
5. cat /tmp/log_{PID}
1.
2.
3.


## Screen shot (if possible)


## Upload the log file
## Upload the logfile(s)

0 comments on commit 1607a65

Please sign in to comment.