Skip to content

Commit 81e2770

Browse files
authored
Add a details section for the dotnet info output
Not everyone knows all the markdown tricks so including this in the template will help folks make the output a bit less verbose while still including it.
1 parent b3a01af commit 81e2770

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)