diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fc8bc230fd..ae30f00f31 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,11 +9,16 @@ labels: bug <!-- Before reporting: search existing issues and check the FAQ. --> - `nvim --version`: -- `vim -u DEFAULTS` (version: ) behaves differently? - Operating system/version: - Terminal name/version: - `$TERM`: +<!-- +If this report is about different behaviour between Nvim and Vim, make sure to +read `:h vim-differences` first. Otherwise remove the next line. +--> +[ ] `vim -u DEFAULTS` (version: ) behaves differently + ### Steps to reproduce using `nvim -u NORC` ``` |