Tweaking GitHub issue template.

This commit is contained in:
Holger Rapp 2018-04-05 22:44:45 +02:00
parent acb3fc320b
commit 519597a2d1

View File

@ -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.