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 16:56: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). Read `:help vim-differences` first.
|
2021-07-25 07:05:11 -07:00
|
|
|
|
|
|
|
- type: input
|
|
|
|
attributes:
|
2021-08-22 16:56:41 -07:00
|
|
|
label: "Neovim version (`nvim -v`)"
|
|
|
|
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`)."
|
|
|
|
placeholder: "No. Tested 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:
|
|
|
|
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 16:56: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)"`.
|
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
|