From 02c2de1c51459668938e78db7ac43055e1df088e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 16 Aug 2016 00:44:52 +0200 Subject: [PATCH 1/3] 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. From 8753bf2e16be6c4037b0d92991807fc4f3af0182 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 17 Aug 2016 12:24:05 +0200 Subject: [PATCH 2/3] fixup! Add an ISSUE_TEMPLATE file for GitHub --- .github/ISSUE_TEMPLATE.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index edccb8a..fb3eef5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,6 @@ -### Expected behavior +### Issue -### Actual behavior - -### Steps to reproduce the behavior +### Steps to reproduce ### Versions @@ -11,3 +9,7 @@ - Python: In case you are not using jedi-vim from Git master, please test it there, too. + +### Output of the ":messages" command + +### Output of ":scriptnames" command From b3f7f3c0b54b85cd5fe2ec67640e0caa1fc4979e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 17 Aug 2016 12:25:38 +0200 Subject: [PATCH 3/3] fixup! fixup! Add an ISSUE_TEMPLATE file for GitHub --- .github/ISSUE_TEMPLATE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index fb3eef5..c2388a4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,6 +10,8 @@ In case you are not using jedi-vim from Git master, please test it there, too. -### Output of the ":messages" command +### Output of the "JediDebugInfo" command (in a Python buffer) -### Output of ":scriptnames" command +### Output of the "messages" Vim command + +### Output of "scriptnames" Vim command