Skip to content

Commit e99b5d1

Browse files
authored
Update bug_report.md
1 parent a39e3f7 commit e99b5d1

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,22 @@ https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
3737
- Operating System and version:
3838
- Browser and version:
3939
- JupyterLab version:
40-
- `jupyter-lsp` version:
41-
- `@krassowski/jupyterlab-lsp` version:
40+
41+
<details><summary>Required: installed server extensions</summary>
42+
<pre>
43+
Paste the output from running `jupyter serverextension list` from the command line here.
44+
You may want to sanitize the paths in the output.
45+
</pre>
46+
</details>
47+
48+
<details><summary>Required: installed lab extensions</summary>
49+
<pre>
50+
Paste the output from running `jupyter labextension list` from the command line here.
51+
You may want to sanitize the paths in the output.
52+
</pre>
53+
</details>
54+
55+
<!--The more contet you provide, the more we can help!-->
4256

4357
<details><summary>Troubleshoot Output</summary>
4458
<pre>

0 commit comments

Comments
 (0)