We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ea0ca commit 51a3073Copy full SHA for 51a3073
.github/ISSUE_TEMPLATE/50_test_failure.md
@@ -7,18 +7,49 @@ assignees: ''
7
8
---
9
10
+## Failing Test(s)
11
+
12
+<!--
13
+Provide the fully qualified name(s) of the failing tests.
14
+-->
15
16
+-
17
18
## Error Message
19
20
<!--
21
Provide the error message associated with the test failure, if applicable.
22
-->
23
24
+```text
25
26
+```
27
28
## Stacktrace
29
30
+<details>
31
32
Provide the stack trace associated with the test failure, if applicable.
33
34
35
36
37
38
+</details>
39
40
41
+## Logs
42
43
44
45
+Provide the (helix) logs associated with the test failure, if applicable.
46
47
48
49
50
51
52
53
## Build
54
55
0 commit comments