Skip to content

Commit 74ba4c4

Browse files
authored
Fix YAML formatting in the flaky-test form (#4111)
* There were wrong indentations * A wrong `about` key was used instead of `description` * I added the Platform Ingest Project too
1 parent 5414e8e commit 74ba4c4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/flaky-test.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Flaky Test"
2-
about: "Report a flaky test (one that doesn't pass consistently)"
2+
description: "Report a flaky test (one that doesn't pass consistently)"
33
title: "[Flaky Test]: <test_case> – <short_error_message>"
44
labels: ["Team:Elastic-Agent", "flaky-test"]
5-
projects: ["elastic/1457"]
5+
projects: ["elastic/979", "elastic/1457"]
66
body:
77
- type: markdown
88
attributes:
@@ -36,18 +36,18 @@ body:
3636
attributes:
3737
label: OS
3838
description: "On which OS the test is failing"
39-
multiple: true
40-
options:
41-
- Linux
42-
- Mac
43-
- Windows
44-
default: 0
39+
multiple: true
40+
options:
41+
- Linux
42+
- Mac
43+
- Windows
44+
default: 0
4545
validations:
4646
required: true
4747
- type: textarea
4848
attributes:
4949
label: "Stacktrace and notes"
5050
description: "Detailed output of the test failure and your notes about possible cause."
51-
render: markdown
51+
render: markdown
5252
validations:
5353
required: true

0 commit comments

Comments
 (0)