Skip to content

Commit 76737d0

Browse files
authored
Add collapsible sections to the bug issue template (microsoft#11462)
1 parent dd82fc3 commit 76737d0

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/2_bug_report.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,33 @@ Note: If you think a GIF of what is happening would be helpful, consider tools l
3838

3939
## Logs
4040

41-
Output for `Python` in the `Output` panel (`View``Output`, change the drop-down the upper-right of the `Output` panel to `Python`)
41+
<details>
42+
43+
<summary>Output for <code>Python</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>Python</code>)
44+
</summary>
45+
46+
<p>
4247

4348
```
4449
XXX
4550
```
4651

47-
Output from `Console` under the `Developer Tools` panel (toggle Developer Tools on under `Help`; turn on source maps to make any tracebacks be useful by running `Enable source map support for extension debugging`)
52+
</p>
53+
</details>
54+
55+
<br />
56+
57+
<details>
58+
59+
<summary>
60+
Output from <code>Console</code> under the <code>Developer Tools</code> panel (toggle Developer Tools on under <code>Help</code>; turn on source maps to make any tracebacks be useful by running <code>Enable source map support for extension debugging</code>)
61+
</summary>
62+
63+
<p>
4864

4965
```
50-
XXX
66+
XXXX
5167
```
68+
69+
</p>
70+
</details>

0 commit comments

Comments
 (0)