aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2021-05-02 13:52:01 +0200
committerMarco Hinz <mh.codebro@gmail.com>2021-05-02 13:52:01 +0200
commit04a33c1d9ab06ceed56d13d4fa30be71241b6be1 (patch)
treebf6c094b77b0af431a129fa2050d3ceaf28c5dcd
parentb227cedf82341813514da55baa48511eca4014b0 (diff)
downloadrneovim-04a33c1d9ab06ceed56d13d4fa30be71241b6be1.tar.gz
rneovim-04a33c1d9ab06ceed56d13d4fa30be71241b6be1.tar.bz2
rneovim-04a33c1d9ab06ceed56d13d4fa30be71241b6be1.zip
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`
```