diff options
author | James McCoy <jamessan@jamessan.com> | 2021-05-04 09:38:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 09:38:08 -0400 |
commit | 63d8a8f4e8b02e524d85aed08aa16c5d9815598c (patch) | |
tree | 972a2f24b5fb9e0b185e48c50302087db9c8e6d0 | |
parent | c2624b87cb6b5ba1fe811a005cc3c0977a864633 (diff) | |
parent | 04a33c1d9ab06ceed56d13d4fa30be71241b6be1 (diff) | |
download | rneovim-63d8a8f4e8b02e524d85aed08aa16c5d9815598c.tar.gz rneovim-63d8a8f4e8b02e524d85aed08aa16c5d9815598c.tar.bz2 rneovim-63d8a8f4e8b02e524d85aed08aa16c5d9815598c.zip |
Merge pull request #14480 from mhinz/issue-template
template: make sure people read `:h vim-differences`
-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` ``` |