neovim/.github/ISSUE_TEMPLATE/bug_report.yml

72 lines
2.1 KiB
YAML
Raw Normal View History

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.
- type: input
attributes:
2021-08-22 16:56:41 -07:00
label: "Neovim version (`nvim -v`)"
placeholder: "0.6.0 commit db1b0ee3b30f"
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"
validations:
required: true
- type: input
attributes:
2021-08-22 16:56:41 -07:00
label: "Operating system/version"
placeholder: "macOS 11.5"
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`"
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)?"
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"
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)"`.
validations:
required: true
- 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."
validations:
required: true
- type: textarea
attributes:
label: "Actual behavior"
validations:
required: true