aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-05-04 09:38:08 -0400
committerGitHub <noreply@github.com>2021-05-04 09:38:08 -0400
commit63d8a8f4e8b02e524d85aed08aa16c5d9815598c (patch)
tree972a2f24b5fb9e0b185e48c50302087db9c8e6d0
parentc2624b87cb6b5ba1fe811a005cc3c0977a864633 (diff)
parent04a33c1d9ab06ceed56d13d4fa30be71241b6be1 (diff)
downloadrneovim-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.md7
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`
```