mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
docs(contrib): recommend nvim --clean
#15917
This commit is contained in:
parent
f6a9f0bfca
commit
3b531d50a8
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -36,7 +36,7 @@ body:
|
|||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: "$TERM environment variable"
|
label: "$TERM environment variable"
|
||||||
placeholder: "echo $TERM"
|
placeholder: "xterm-256color"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@ -52,11 +52,11 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: "How to reproduce the issue"
|
label: "How to reproduce the issue"
|
||||||
description: |
|
description: |
|
||||||
- Steps to reproduce using `nvim -u NORC` or `nvim -u NONE` (try both).
|
- Steps to reproduce using `nvim --clean` ("factory defaults").
|
||||||
- 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 shell-related problems: try `env -i TERM=ansi-256color "$(which nvim)"`.
|
- For shell-related problems: try `env -i TERM=ansi-256color "$(which nvim)"`.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
nvim -u NONE
|
nvim --clean
|
||||||
:edit foo
|
:edit foo
|
||||||
yiwp
|
yiwp
|
||||||
validations:
|
validations:
|
||||||
|
@ -19,6 +19,7 @@ Reporting problems
|
|||||||
- [Check the FAQ][wiki-faq].
|
- [Check the FAQ][wiki-faq].
|
||||||
- [Search existing issues][github-issues] (including closed!)
|
- [Search existing issues][github-issues] (including closed!)
|
||||||
- Update Neovim to the latest version to see if your problem persists.
|
- Update Neovim to the latest version to see if your problem persists.
|
||||||
|
- Try to reproduce with `nvim --clean` ("factory defaults").
|
||||||
- [Bisect](https://neovim.io/doc/user/starting.html#bisect) your config: disable plugins incrementally, to narrow down the cause of the issue.
|
- [Bisect](https://neovim.io/doc/user/starting.html#bisect) your config: disable plugins incrementally, to narrow down the cause of the issue.
|
||||||
- [Bisect][git-bisect] Neovim's source code to find the cause of a regression, if you can. This is _extremely_ helpful.
|
- [Bisect][git-bisect] Neovim's source code to find the cause of a regression, if you can. This is _extremely_ helpful.
|
||||||
- When reporting a crash, [include a stacktrace](https://github.com/neovim/neovim/wiki/FAQ#backtrace-linux).
|
- When reporting a crash, [include a stacktrace](https://github.com/neovim/neovim/wiki/FAQ#backtrace-linux).
|
||||||
|
Loading…
Reference in New Issue
Block a user