summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2017-10-19 08:17:20 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2017-10-19 08:17:20 +0900
commita8d22e1bd15a9c1ecd990d4660dcf637d33cd409 (patch)
treeee3d59861d258d33f1e00b285957c0a4f0732f9d
parent31051cc58d08979566ed47002a54ddd3a3e3e003 (diff)
downloaddeoplete.nvim-a8d22e1bd15a9c1ecd990d4660dcf637d33cd409.zip
Update ISSUE_TEMPLATE
-rw-r--r--.github/ISSUE_TEMPLATE.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 93a9d7a..3d1600c 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -12,20 +12,20 @@
* OS:
- * neovim version:
+ * neovim/Vim version:
- * `:CheckHealth` result(neovim ver.0.1.5-452+):
+ * `:checkhealth` or `:CheckHealth` result(neovim only):
-## Provide a minimal init.vim with less than 50 lines (Required!)
+## Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
```vim
-" Your minimal init.vim
+" Your minimal init.vim/vimrc
set runtimepath+=~/path/to/deoplete.nvim/
let g:deoplete#enable_at_startup = 1
```
-## The reproduce ways from neovim starting (Required!)
+## The reproduce ways from neovim/Vim starting (Required!)
1. foo
2. bar