Skip to content

Commit bedaf9b

Browse files
authored
Add bug and feature templates for Data Science features (microsoft#7545)
* Bug and Feature templates * Tweak * Updates after review
1 parent 2ff2e6a commit bedaf9b

2 files changed

Lines changed: 62 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Notebook Editor, Interactive Window, or .py file Notebook cells
3+
about: Create a report to help us improve
4+
labels: type-bug, "data science"
5+
---
6+
# Notebook Editor, Interactive Window, .py file Notebook cells Bug
7+
8+
<!-----------------------------------------------------------------------------------------------
9+
***PLEASE READ***
10+
If this issue doesn't relate to Jupyter Notebooks, Python Interactive Window features
11+
or other notebook or "cell"-based features of the Python extension, please use the main Python
12+
bug template instead of this one. ***Thank you!***
13+
------------------------------------------------------------------------------------------------->
14+
15+
## Steps to cause the bug to occur
16+
1.
17+
18+
## Actual & Expected behavior
19+
20+
<!-----------------------------------------------------------------------------------------------
21+
Animated GIFs can be effective means to describe a bug. Consider using a tool like
22+
https://github.com/phw/peek or https://www.screentogif.com/ to create one.
23+
------------------------------------------------------------------------------------------------->
24+
25+
### Your Jupyter and/or Python environment
26+
*Please provide as much info as you readily know*
27+
- **Jupyter server running:** Local | Remote | N/A
28+
- **Extension version:** 20YY.MM.#####-xxx
29+
- **VS Code version:** #.##
30+
- **Setting python.jediEnabled:** true | false
31+
- **Python and/or Anaconda version:** #.#.#
32+
- **OS:** Windows | Mac | Linux (distro):
33+
- **Virtual environment:** conda | venv | virtualenv | N/A | ...
34+
35+
## Developer Tools Console Output
36+
<!-----------------------------------------------------------------------------------------------
37+
Copy/paste the output in the "Console" tab in the "Developer Tools" panel (Help >
38+
Toggle Developer Tools). For better details, run the "Enable source map support for
39+
extension debugging" command in VS Code at least once beforehand.
40+
------------------------------------------------------------------------------------------------->
41+
42+
43+
44+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Jupyter Notebook, Interactive Window, or code-cell Feature Request
3+
about: Suggest a new feature or behavior
4+
labels: type-enhancement, "data science"
5+
---
6+
# Jupyter Notebook, Interactive Window, or code-cell Feature Request
7+
8+
<!-----------------------------------------------------------------------------------------------
9+
***PLEASE READ***
10+
If this issue doesn't relate to Jupyter Notebooks, Python Interactive Window features
11+
or other "cell"-based features of the Python extension, please use the main Python feature
12+
request template instead of this one. ***Thank you!***
13+
------------------------------------------------------------------------------------------------->
14+
15+
## Description
16+
17+
18+

0 commit comments

Comments
 (0)