diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 22 |
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 |
