From 917058846b8d5759ecd951748b4486ba87a411d7 Mon Sep 17 00:00:00 2001 From: greazer Date: Mon, 23 Sep 2019 00:20:02 -0700 Subject: [PATCH 1/3] Bug and Feature templates --- .github/ISSUE_TEMPLATE/ds_bug_report.md | 45 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/ds_feature_request.md | 18 ++++++++ 2 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ds_bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/ds_feature_request.md diff --git a/.github/ISSUE_TEMPLATE/ds_bug_report.md b/.github/ISSUE_TEMPLATE/ds_bug_report.md new file mode 100644 index 000000000000..4e4dbac60169 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ds_bug_report.md @@ -0,0 +1,45 @@ +--- +name: Jupyter Notebook, Interactive Window, or code-cell Bug +about: Create a report to help us improve +labels: type-bug, "data science" +--- +# Jupyter Notebook, Interactive Window, or code-cell Bug + + + +## Steps to cause the bug to occur +1. + +## Actual & Expected behavior + + + +### Your Jupyter and/or Python environment +*Please provide as much info as you readily know* +- **Jupyter server running:** Local | Remote | N/A +- **Extension version:** 20YY.MM.#####-xxx +- **VS Code version:** #.## +- **Setting python.jediEnabled:** true | false +- **Python and/or Anaconda version:** #.#.# +- **OS:** Windows | Mac | Linux (distro): +- **Virtual environment:** conda | venv | virtualenv | N/A | ... + +## Developer Tools Console Output + + + + + diff --git a/.github/ISSUE_TEMPLATE/ds_feature_request.md b/.github/ISSUE_TEMPLATE/ds_feature_request.md new file mode 100644 index 000000000000..0335ca626527 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ds_feature_request.md @@ -0,0 +1,18 @@ +--- +name: Jupyter Notebook, Interactive Window, or code-cell Feature Request +about: Suggest a new feature or behavior +labels: type-enhancement, "data science" +--- +# Jupyter Notebook, Interactive Window, or code-cell Feature Request + + + +## Description + + + From 97d48b0dfa2ac901f0fff3fc3a1832f33a13f136 Mon Sep 17 00:00:00 2001 From: Jim Griesmer Date: Mon, 23 Sep 2019 14:01:44 -0700 Subject: [PATCH 2/3] Tweak --- .github/ISSUE_TEMPLATE/ds_bug_report.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/ds_bug_report.md b/.github/ISSUE_TEMPLATE/ds_bug_report.md index 4e4dbac60169..61b4086f417a 100644 --- a/.github/ISSUE_TEMPLATE/ds_bug_report.md +++ b/.github/ISSUE_TEMPLATE/ds_bug_report.md @@ -34,7 +34,6 @@ https://github.com/phw/peek or https://www.screentogif.com/ to create one. ## Developer Tools Console Output ## Steps to cause the bug to occur