Skip to content

Commit 3b15dbb

Browse files
authored
Add a details section for the dotnet info output (#49929)
2 parents d7acdf1 + 81e2770 commit 3b15dbb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/ISSUE_TEMPLATE/10_bug_report.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,11 @@ Include the exception you get when facing this issue
2929
-->
3030

3131
### Further technical details
32-
- Include the output of `dotnet --info`
33-
- The IDE (VS / VS Code/ VS4Mac) you're running on, and its version
32+
<details><summary>details of dotnet --info</summary>
33+
<p>
34+
<!--
35+
Include the `dotnet --info` output here
36+
-->
37+
</p>
38+
</details>
39+
- The IDE (VS / VS Code/ VS4Mac) you're running on, and its version

0 commit comments

Comments
 (0)