aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHirokazu Hata <h.hata.ai.t@gmail.com>2020-02-13 16:50:32 +0900
committerGitHub <noreply@github.com>2020-02-13 16:50:32 +0900
commit7e3ece87b81670a8ecdac0c33a6256e27c507ec8 (patch)
tree57b7d6d53f17b46b1b696bebfa130d09e02beac8
parent[docgen] Update README.md (diff)
parentAdd github issue template for bug report (diff)
downloadnvim-lspconfig-7e3ece87b81670a8ecdac0c33a6256e27c507ec8.tar
nvim-lspconfig-7e3ece87b81670a8ecdac0c33a6256e27c507ec8.tar.gz
nvim-lspconfig-7e3ece87b81670a8ecdac0c33a6256e27c507ec8.tar.bz2
nvim-lspconfig-7e3ece87b81670a8ecdac0c33a6256e27c507ec8.tar.lz
nvim-lspconfig-7e3ece87b81670a8ecdac0c33a6256e27c507ec8.tar.xz
nvim-lspconfig-7e3ece87b81670a8ecdac0c33a6256e27c507ec8.tar.zst
nvim-lspconfig-7e3ece87b81670a8ecdac0c33a6256e27c507ec8.zip
Merge pull request #126 from h-michael/issue-template
Add github issue template for bug report
-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