From 8d2084d8b3dc1f6aab27ef1cfcee4472e02f65d9 Mon Sep 17 00:00:00 2001 From: Hirokazu Hata Date: Thu, 13 Feb 2020 15:28:34 +0900 Subject: Add github issue template for bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md (limited to '.github') 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 + +--- + + + +- `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 -- cgit v1.2.3-70-g09d2