Skip to content

Commit cfffa8f

Browse files
authored
Add a test failure issue template (#1345)
Issue: #1344
1 parent cff6137 commit cfffa8f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Test failure
3+
about: Create a test failure issue
4+
title: 'Test Failure: {Test Suite Name} - {Test Name} failed on {Actions Job Name}'
5+
labels: 'test_infrastructure'
6+
assignees: ''
7+
8+
---
9+
10+
11+
**Failure logs**
12+
13+
```
14+
Test failure output from the GitHub Actions logs
15+
```
16+
17+
Link to failed run: [GitHub Actions Link]
18+
19+
**Additional context**
20+
Add any other context about the problem here. This could include things such as changes that may have caused this issue or notes about the specific environment that the test failed in.
21+
22+
**Related test failures**
23+
Link to any previous issues that may have been closed or that may be related.

0 commit comments

Comments
 (0)