File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ ---
5
+
6
+ <!--
7
+ Welcome! Before creating a new issue:
8
+ * Search for relevant issues
9
+ * Check that you have updated both the jupyterlab extension and the python package
10
+ -->
11
+
12
+ ## Description
13
+
14
+ <!-- Describe the bug clearly and concisely. Include screenshots if possible-->
15
+
16
+ ## Reproduce
17
+
18
+ <!-- Describe step-by-step instructions to reproduce the behavior-->
19
+
20
+ 1 . Go to '...'
21
+ 2 . Click on '...'
22
+ 3 . Scroll down to '...'
23
+ 4 . See error '...'
24
+
25
+ ## Expected behavior
26
+
27
+ <!-- Describe what you expected to happen-->
28
+
29
+ ## Context
30
+
31
+ <!-- Complete the following for context, and add any other relevant context-->
32
+
33
+ - Python package version:
34
+ <!-- Results of `conda list jupyterlab-git` or `pip show jupyterlab-git` -->
35
+ - Extension version:
36
+ <!-- Results of `jupyter labextension list` -->
37
+
38
+ <details ><summary >Command Line Output</summary >
39
+ <pre >
40
+ Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
41
+ </pre >
42
+ </details >
43
+
44
+ <details ><summary >Browser Output</summary >
45
+ <pre >
46
+ Paste the output from your browser Javascript console here.
47
+ </pre >
48
+ </details >
You can’t perform that action at this time.
0 commit comments