vimspector/.github/ISSUE_TEMPLATE/bug_report.md
2020-01-26 20:04:45 +00:00

62 lines
1.1 KiB
Markdown

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
List of steps to reproduce
Vimspector config file:
```
paste .vimspector.json here
```
**Expected behavior**
A clear and concise description of what you expected to happen.
**Actual behaviour**
What actually happened, including output, log files etc.
Please include:
* Vimspector log (~/.vimspector.log)
* Output from any or all UI diagnostic tabs (Server, etc.)
**Environemnt**
NOTE: NeoVim is supported only on a best-effort basis. Please check the README
for limitations of neovim. Don't be offended if I ask you to reproduce issues in
Vim.
NOTE: Windows is not supported. There is a branch with windows support, which
you can contribute to, rather than opening an issue.
* Output of `vim --version`
```
paste here
```
* Output of `which vim`:
```
paste here
```
* Output of `:py3 pass`:
```
paste here
```
* Operating system: <linux or macOS> and version
**Additional context**
Add any other context about the problem here.