aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorHirokazu Hata <h.hata.ai.t@gmail.com>2020-02-13 15:28:34 +0900
committerHirokazu Hata <h.hata.ai.t@gmail.com>2020-02-13 15:28:34 +0900
commit8d2084d8b3dc1f6aab27ef1cfcee4472e02f65d9 (patch)
tree57b7d6d53f17b46b1b696bebfa130d09e02beac8 /.github
parent[docgen] Update README.md (diff)
downloadnvim-lspconfig-8d2084d8b3dc1f6aab27ef1cfcee4472e02f65d9.tar
nvim-lspconfig-8d2084d8b3dc1f6aab27ef1cfcee4472e02f65d9.tar.gz
nvim-lspconfig-8d2084d8b3dc1f6aab27ef1cfcee4472e02f65d9.tar.bz2
nvim-lspconfig-8d2084d8b3dc1f6aab27ef1cfcee4472e02f65d9.tar.lz
nvim-lspconfig-8d2084d8b3dc1f6aab27ef1cfcee4472e02f65d9.tar.xz
nvim-lspconfig-8d2084d8b3dc1f6aab27ef1cfcee4472e02f65d9.tar.zst
nvim-lspconfig-8d2084d8b3dc1f6aab27ef1cfcee4472e02f65d9.zip
Add github issue template for bug report
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..e9c40a72
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,22 @@
+---
+name: Bug report
+about: Report a problem in nvim-lsp
+title: ''
+labels: bug
+
+---
+
+<!-- Before reporting: search existing issues. -->
+
+- `nvim --version`:
+- nvim-lsp version:
+- What language server(If the problem is related to a specific language server):
+- Operating system/version:
+- Terminal name/version:
+- `$TERM`:
+
+### How to reproduce the problem from neovim startup
+
+### Actual behaviour
+
+### Expected behaviour