Skip to content

Commit e18cbbc

Browse files
committed
wip
1 parent 8e4df8f commit e18cbbc

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/40_blocking_clean_ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🐞Failing test on CI
1+
name: Failing test on CI
22
description: Create a report about a failing test
33
title: "[Failing test]: "
44
labels: [ 'blocking-clean-ci' ]
@@ -7,6 +7,7 @@ body:
77
attributes:
88
value: |
99
Test(s) failing on a Azdo CI run. This issue will track the failures on Azdo using the [Known Issues infrastructure](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md).
10+
Fill in the `Build information` block. And `Error message template` needs to be filled in by using either `ErrorMessage` or `ErrorPattern` to enable automatic tracking of failing builds.
1011
- type: checkboxes
1112
attributes:
1213
label: Is there an existing issue for this?
@@ -16,12 +17,11 @@ body:
1617
required: true
1718
- type: textarea
1819
attributes:
19-
label: Build url
20-
description: Url for the failing build
20+
label: Build information
2121
value: |
2222
Build:
2323
Build error leg or test failing:
24-
Pull Request:
24+
Pull Request: N/A
2525
validations:
2626
required: true
2727
- type: textarea
@@ -49,6 +49,5 @@ body:
4949
attributes:
5050
label: Other info
5151
description: Any other useful information about the failure
52-
placeholder:
5352
validations:
5453
required: false

0 commit comments

Comments
 (0)