From 1f4639af648354657722490537261d7dc799eeab Mon Sep 17 00:00:00 2001 From: William de Vazelhes Date: Mon, 20 Aug 2018 16:14:31 +0200 Subject: [PATCH 1/3] ENH: add github issue_template message --- .github/issue_template.md | 46 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 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 00000000..3b5233b6 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,46 @@ +#### Description + + +#### Steps/Code to Reproduce + + +#### Expected Results + + +#### Actual Results + + +#### Versions + + From 8969f5df75ea153a27608745479e7df11e7d7038 Mon Sep 17 00:00:00 2001 From: William de Vazelhes Date: Mon, 20 Aug 2018 17:36:47 +0200 Subject: [PATCH 2/3] FIX: update message according to comment https://github.com/terrytangyuan --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 3b5233b6..89bf5f82 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -39,7 +39,7 @@ import scipy; print("SciPy", scipy.__version__) import sklearn; print("Scikit-Learn", sklearn.__version__) import metric_learn; print("metric_learn", metric_learn.__version__) -(If you installed a version <=0.3.0 using pip, you should instead type in a terminal: +(If the last statement returns "AttributeError: 'module' object has no attribute '__version__'", you can instead run this in a terminal: $ pip show metric_learn | grep Version ) --> From da9f6338831ee71d8916724dfc182c1fe0a03167 Mon Sep 17 00:00:00 2001 From: William de Vazelhes Date: Tue, 21 Aug 2018 14:10:18 +0200 Subject: [PATCH 3/3] STY: style knitpicks --- .github/issue_template.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 89bf5f82..d4fb0abe 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -3,8 +3,7 @@ #### Steps/Code to Reproduce #### Actual Results - + #### Versions