From 519597a2d12064c9b1e1da74d9874e3fb15e35c1 Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Thu, 5 Apr 2018 22:44:45 +0200 Subject: [PATCH] Tweaking GitHub issue template. --- .github/issue_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/issue_template.md b/.github/issue_template.md index d77c77e..069464d 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -17,3 +17,6 @@ filing your issue. Please - **Vim**: e.g. Vim 8.0, Vim 7.4, Neovim 0.3 - **UltiSnips**: e.g. 3.1, commit 16c999e8c71134401a78d4d46435517b2271d6ac. Do not write `latest master`, please look up the actual revision. +- **Python inside Vim**: e.g. 2.7.14 / 3.6.5. If unsure run + `:py import sys; print(sys.version)` and `:py3 import sys; print(sys.version)` + inside Vim and copy and paste the result.