Skip to content

Commit 6715e1b

Browse files
authored
Add template for reporting test failures (#31738)
1 parent a4a3668 commit 6715e1b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Test failure
3+
about: Report a failing test that needs to be quarantined
4+
title: ''
5+
labels: test-failure
6+
assignees: ''
7+
8+
---
9+
10+
## Error Message
11+
12+
<!--
13+
Provide the error message associated with the test failure, if applicable.
14+
-->
15+
16+
## Stacktrace
17+
18+
<!--
19+
Provide the stack trace associated with the test failure, if applicable.
20+
-->
21+
22+
## Build
23+
24+
<!--
25+
Provide a link to the build where the test failure occurred.
26+
-->

0 commit comments

Comments
 (0)