2021-07-25 07:05:11 -07:00
name : Bug Report
description : Report a problem in Neovim
labels : [ bug]
body :
- type : markdown
attributes :
value : |
2021-08-22 17:06:41 -07:00
_Before reporting:_ search [existing issues](https://github.com/neovim/neovim/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and check the [FAQ](https://github.com/neovim/neovim/wiki/FAQ). Usage questions such as "How do I...?" belong on the [Neovim Discourse](https://neovim.discourse.group/c/7-category/7) and will be closed.
2021-07-25 07:05:11 -07:00
- type : input
attributes :
2021-08-22 17:06:41 -07:00
label : "Neovim version (nvim -v)"
2021-08-22 16:56:41 -07:00
placeholder : "0.6.0 commit db1b0ee3b30f"
2021-07-25 07:05:11 -07:00
validations :
required : true
- type : input
attributes :
2021-08-22 16:56:41 -07:00
label : "Vim (not Nvim) behaves the same?"
description : "Does `vim -u DEFAULTS` have the same issue? Note the exact Vim version (`8.x.yyyy`)."
2021-08-22 17:06:41 -07:00
placeholder : "no, vim 7.3.432"
2021-07-25 07:05:11 -07:00
validations :
required : true
- type : input
attributes :
2021-08-22 16:56:41 -07:00
label : "Operating system/version"
placeholder : "macOS 11.5"
2021-07-25 07:05:11 -07:00
validations :
required : true
- type : input
attributes :
2021-08-22 16:56:41 -07:00
label : "Terminal name/version"
placeholder : "xterm 3.1"
validations :
required : true
- type : input
attributes :
2021-08-22 17:06:41 -07:00
label : "$TERM environment variable"
placeholder : "echo $TERM"
2021-07-25 07:05:11 -07:00
validations :
required : true
- type : input
attributes :
label : "Installation"
2021-08-22 16:56:41 -07:00
description : "How did you install neovim: build from repo / system package manager / appimage / homebrew / snap / chocolatey / other (describe)?"
2021-07-25 07:05:11 -07:00
placeholder : "Arch User Repository (AUR)"
validations :
required : true
- type : textarea
attributes :
2021-08-22 16:56:41 -07:00
label : "How to reproduce the issue"
2021-07-25 07:05:11 -07:00
description : |
2021-08-22 17:06:41 -07:00
- Steps to reproduce using `nvim -u NORC` or `nvim -u NONE` (try both).
- For build failures : list the exact steps including CMake flags (if any).
- For shell-related problems : try `env -i TERM=ansi-256color "$(which nvim)"`.
placeholder : |
nvim -u NONE
: edit foo
yiwp
2021-08-10 03:18:46 -07:00
validations :
required : true
2021-07-25 07:05:11 -07:00
- type : textarea
attributes :
label : "Expected behavior"
2021-08-22 16:56:41 -07:00
description : "Describe the behavior you expect. May include logs, images, or videos."
2021-08-10 03:18:46 -07:00
validations :
required : true
2021-07-25 07:05:11 -07:00
- type : textarea
attributes :
label : "Actual behavior"
2021-08-10 03:18:46 -07:00
validations :
required : true