mirror of
https://github.com/neovim/neovim
synced 2025-07-18 10:11:50 +00:00
feat(issue_template): instruct not to include a package manager
This commit is contained in:
committed by
Lewis Russell
parent
d3d7d763f3
commit
a79694a08e
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -21,6 +21,7 @@ body:
|
|||||||
- For build failures: list the exact steps including CMake flags (if any).
|
- 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)"`.
|
- 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.
|
- See [Minimal-reproduction-template](https://github.com/neovim/neovim/wiki/Minimal-reproduction-template) for how to create a minimal configuration.
|
||||||
|
- Please do **not** include a package manager in the reproduction steps.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
nvim --clean
|
nvim --clean
|
||||||
:edit foo
|
:edit foo
|
||||||
|
Reference in New Issue
Block a user