From bfbeafdbc1dc2baf0aaea7b094973dd538f8747a Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Tue, 3 Jan 2017 22:34:55 -0500 Subject: [PATCH 1/2] [ci skip] Add issue template --- .github/issue_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 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..48a9de31 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,21 @@ +Hi! Thanks for using Jupyter's docker-stacks images. + +If you are requesting a library upgrade or addition in one of the existing images, please state the desired library name and version of the library here. + +If you are reporting an issue with one of the existing images, please answer the questions below to help us troubleshoot the problem. Please be as thorough as possible. + +**What docker image you are using?** + +Example: `jupyter/scipy-notebook` + +**What complete docker command do you run to launch the container (omitting sensitive values)?** + +Example: `docker run -it --rm -p 8889:8888 jupyter/all-spark-notebook:latest` + +**What steps do you take once the container is running to reproduce the issue?** + +Example: + +1. Visit http://localhost:8889 +2. Start an R noteobok +3. ... From 4723da5a25364696728edfa4896f672142bc153a Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Tue, 3 Jan 2017 22:42:40 -0500 Subject: [PATCH 2/2] [ci skip] Redundancy fixes, more about expectations --- .github/issue_template.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 48a9de31..2346fa1c 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,6 +1,6 @@ Hi! Thanks for using Jupyter's docker-stacks images. -If you are requesting a library upgrade or addition in one of the existing images, please state the desired library name and version of the library here. +If you are requesting a library upgrade or addition in one of the existing images, please state the desired library name and version here and disregard the remaining sections. If you are reporting an issue with one of the existing images, please answer the questions below to help us troubleshoot the problem. Please be as thorough as possible. @@ -19,3 +19,11 @@ Example: 1. Visit http://localhost:8889 2. Start an R noteobok 3. ... + +**What do you expect to happen?** + +Example: ggplot output appears in my notebook. + +**What actually happens?** + +No output is visible in the notebook and the notebook server log contains messages about ...