Skip to content

Commit cad9207

Browse files
authored
Merge pull request #386 from krassowski/krassowski-patch-1
Update bug_report.md
2 parents 9e388fe + 3db3846 commit cad9207

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html
1212

1313
## Description
1414

15-
<!--Describe the bug clearly and concisely. Include screenshots if possible-->
15+
<!--Describe the bug clearly and concisely. Include screenshots (or even better - gifs) if possible-->
1616

1717
## Reproduce
1818

@@ -52,7 +52,7 @@ You may want to sanitize the paths in the output.
5252
</pre>
5353
</details>
5454

55-
<!--The more contet you provide, the more we can help!-->
55+
<!--The more content you provide, the more we can help!-->
5656

5757
<details><summary>Troubleshoot Output</summary>
5858
<pre>
@@ -67,8 +67,14 @@ Paste the output from your command line running `jupyter lab` here, use `--debug
6767
</pre>
6868
</details>
6969

70-
<details><summary>Browser Output</summary>
70+
<details><summary>Browser Output (recommended for all interface issues)</summary>
7171
<pre>
72-
Paste the output from your browser Javascript console here.
72+
Paste the output from your browser JavaScript console replacing the text in here.
73+
74+
To learn how to open the developer tools in your browser:
75+
https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools#How_to_open_the_devtools_in_your_browser
76+
If too many messagess accumulated after many hours of working in JupyterLab,
77+
consider refreshing the window and then reproducing the bug to reduce the noise in the logs.
78+
7379
</pre>
7480
</details>

0 commit comments

Comments
 (0)