Skip to content

Commit b9a2957

Browse files
authored
chore: Update the bug report templates. (#198)
1 parent b817a89 commit b9a2957

File tree

3 files changed

+11
-33
lines changed

3 files changed

+11
-33
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ labels: bug
88

99
## Environment data
1010

11-
- VS Code version: XXX
12-
- Jupyter Extension version (available under the Extensions sidebar): XXX
13-
- Python Extension version (available under the Extensions sidebar): XXX
14-
- OS (Windows | Mac | Linux distro) and version: XXX
15-
- Python and/or Anaconda version: XXX
16-
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): XXX
17-
- Jupyter server running: Local | Remote | N/A
11+
- VS Code version: XXX
12+
- Deepnote Extension version (available under the Extensions sidebar): XXX
13+
- OS (Windows | Mac | Linux distro) and version: XXX
14+
- Python and/or Anaconda version: XXX
1815

1916
## Expected behaviour
2017

@@ -38,7 +35,7 @@ Note: If you think a GIF of what is happening would be helpful, consider tools l
3835

3936
<details>
4037

41-
<summary>Output for <code>Jupyter</code> in the <code>Output</code> panel (<code>View</code>→<code>Output</code>, change the drop-down the upper-right of the <code>Output</code> panel to <code>Jupyter</code>)
38+
<summary>Output for <code>Deepnote</code> in the <code>Output</code> panel (<code>View</code>→<code>Output</code>, change the drop-down the upper-right of the <code>Output</code> panel to <code>Deepnote</code>)
4239
</summary>
4340

4441
<p>

.github/ISSUE_TEMPLATE/2_bug_form.yml

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
attributes:
2020
label: Applies To
2121
options:
22-
- label: Notebooks (.ipynb files)
22+
- label: Notebooks (.deepnote files)
2323
- label: Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
2424
- type: textarea
2525
id: what-happened
@@ -36,17 +36,17 @@ body:
3636
validations:
3737
required: true
3838
- type: input
39-
id: jupyter-version
39+
id: deepnote-version
4040
attributes:
41-
label: Jupyter Extension Version
41+
label: Deepnote Extension Version
4242
description: The version can be found at the top of the extension's description in the extensions sidebar.
4343
validations:
4444
required: true
4545
- type: textarea
4646
id: logs
4747
attributes:
48-
label: Jupyter logs
49-
description: Copy and paste all of the text in the Jupyter Output panel available via the ```Jupyter Show Output``` command. This is often critical to help us understand and fix what may have gone wrong!
48+
label: Deepnote logs
49+
description: Copy and paste all of the text in the Deepnote Output panel available via the ```Deepnote Show Output``` command. This is often critical to help us understand and fix what may have gone wrong!
5050
render: shell
5151
- type: markdown
5252
attributes:
@@ -57,22 +57,3 @@ body:
5757
attributes:
5858
label: Coding Language and Runtime Version
5959
placeholder: Python v3.8.2, vJulia 1.6, R, etc.
60-
- type: input
61-
id: lang-extension-version
62-
attributes:
63-
label: Language Extension Version (if applicable)
64-
description: Ex. Python Extension. The extension version can be found at the top of the extension's description in the extensions sidebar.
65-
- type: input
66-
id: anaconda-version
67-
attributes:
68-
label: Anaconda Version (if applicable)
69-
description: If applicable, what version of the Anaconda are you using?
70-
- type: dropdown
71-
id: local-remote
72-
attributes:
73-
label: Running Jupyter locally or remotely?
74-
multiple:
75-
options:
76-
- Local
77-
- Remote
78-
- N/A or Not sure

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
{
346346
"command": "deepnote.viewOutput",
347347
"title": "%deepnote.command.deepnote.viewOutput.title%",
348-
"category": "Jupyter"
348+
"category": "Deepnote"
349349
},
350350
{
351351
"command": "deepnote.notebookeditor.export",

0 commit comments

Comments
 (0)