mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
docs: move minimum reproduction template from wiki to repo
Instead of a markdown file, just use a lua file instead that users can use directly.
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -25,7 +25,7 @@ body:
|
||||
description: |
|
||||
- For build failures: list the exact steps including CMake flags (if any).
|
||||
- For startup or shell-related problems: try `env -i TERM=ansi-256color "$(which nvim)"`.
|
||||
- See [Minimal-reproduction-template](https://github.com/neovim/neovim/wiki/Minimal-reproduction-template) for how to create a minimal configuration.
|
||||
- Use the provided [minimal reproduction template](https://github.com/neovim/neovim/blob/master/contrib/minimal.lua) to create a minimal configuration. After you fill it out with necessary information, run with `nvim --clean -u minimal.lua`.
|
||||
- Please do **not** include a package manager in the reproduction steps.
|
||||
placeholder: |
|
||||
nvim --clean
|
||||
|
Reference in New Issue
Block a user