neovim/.github/ISSUE_TEMPLATE/bug_report.yml

70 lines
2.0 KiB
YAML
Raw Normal View History

name: Bug Report
description: Report a problem in Neovim
labels: [bug]
body:
- type: markdown
attributes:
value: |
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).
- type: input
attributes:
label: "Neovim Version"
description: "`nvim --version`:"
validations:
required: true
- type: input
attributes:
label: "Operating system/version:"
validations:
required: true
- type: input
attributes:
label: "Terminal name/version:"
validations:
required: true
- type: input
attributes:
label: "TERM environment variable"
description: "echo `$TERM`:"
validations:
required: true
- type: input
attributes:
label: "Installation"
description: "How did you install neovim: build from repo / system package manager / appimage / homebrew / snap / chocolatey / other (please specify)?"
placeholder: "Arch User Repository (AUR)"
validations:
required: true
- type: textarea
attributes:
label: "Steps to reproduce"
description: |
Steps to reproduce using `nvim -u NORC` and/or `nvim -u NONE` (please test both).
If you are reporting build failures, please list the exact sequence of steps including all CMake flags (if any).
validations:
required: true
- type: input
attributes:
label: "Vim"
description: "Does Vim behave differently when called with `vim -u DEFAULTS`? (Please add the specific version, including patch level, of Vim that you tested.)"
validations:
required: true
- type: textarea
attributes:
label: "Expected behavior"
description: "A description of the behavior you expected. May optionally include logs, images, or videos."
validations:
required: true
- type: textarea
attributes:
label: "Actual behavior"
validations:
required: true