Skip to content

Commit 51a3073

Browse files
authoredJun 26, 2021
Update Test Failure Issue Template (dotnet#33854)
* Update 50_test_failure.md * Update 50_test_failure.md * Update 50_test_failure.md
1 parent 65ea0ca commit 51a3073

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/50_test_failure.md

+31
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,49 @@ assignees: ''
77

88
---
99

10+
## Failing Test(s)
11+
12+
<!--
13+
Provide the fully qualified name(s) of the failing tests.
14+
-->
15+
16+
-
17+
1018
## Error Message
1119

1220
<!--
1321
Provide the error message associated with the test failure, if applicable.
1422
-->
1523

24+
```text
25+
26+
```
27+
1628
## Stacktrace
1729

30+
<details>
1831
<!--
1932
Provide the stack trace associated with the test failure, if applicable.
2033
-->
2134

35+
```text
36+
37+
```
38+
</details>
39+
40+
41+
## Logs
42+
43+
<details>
44+
<!--
45+
Provide the (helix) logs associated with the test failure, if applicable.
46+
-->
47+
48+
```text
49+
50+
```
51+
</details>
52+
2253
## Build
2354

2455
<!--

0 commit comments

Comments
 (0)