From 02c2de1c51459668938e78db7ac43055e1df088e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 16 Aug 2016 00:44:52 +0200 Subject: [PATCH] Add an ISSUE_TEMPLATE file for GitHub --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..edccb8a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,13 @@ +### Expected behavior + +### Actual behavior + +### Steps to reproduce the behavior + +### Versions + + - jedi-vim: + - Vim / Neovim: + - Python: + +In case you are not using jedi-vim from Git master, please test it there, too.