diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-10-05 17:01:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 08:01:09 -0700 |
commit | 3b531d50a8b978e344df9becc20fa0f5a6b0fc3a (patch) | |
tree | 0f8dc672045d8abe0543c91a183f4d5a29fd630c /.github | |
parent | f6a9f0bfcaeb256bac1b1c8273e6c40750664967 (diff) | |
download | rneovim-3b531d50a8b978e344df9becc20fa0f5a6b0fc3a.tar.gz rneovim-3b531d50a8b978e344df9becc20fa0f5a6b0fc3a.tar.bz2 rneovim-3b531d50a8b978e344df9becc20fa0f5a6b0fc3a.zip |
docs(contrib): recommend `nvim --clean` #15917
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fa8d05f6b5..11f27dde21 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -36,7 +36,7 @@ body: - type: input attributes: label: "$TERM environment variable" - placeholder: "echo $TERM" + placeholder: "xterm-256color" validations: required: true @@ -52,11 +52,11 @@ body: attributes: label: "How to reproduce the issue" 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 shell-related problems: try `env -i TERM=ansi-256color "$(which nvim)"`. placeholder: | - nvim -u NONE + nvim --clean :edit foo yiwp validations: |