Skip to content

Commit

Permalink
Fix YAML formatting in the flaky-test form (#4111)
Browse files Browse the repository at this point in the history
* There were wrong indentations
* A wrong `about` key was used instead of `description`
* I added the Platform Ingest Project too
  • Loading branch information
rdner authored Jan 21, 2024
1 parent 5414e8e commit 74ba4c4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/flaky-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "Flaky Test"
about: "Report a flaky test (one that doesn't pass consistently)"
description: "Report a flaky test (one that doesn't pass consistently)"
title: "[Flaky Test]: <test_case> – <short_error_message>"
labels: ["Team:Elastic-Agent", "flaky-test"]
projects: ["elastic/1457"]
projects: ["elastic/979", "elastic/1457"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -36,18 +36,18 @@ body:
attributes:
label: OS
description: "On which OS the test is failing"
multiple: true
options:
- Linux
- Mac
- Windows
default: 0
multiple: true
options:
- Linux
- Mac
- Windows
default: 0
validations:
required: true
- type: textarea
attributes:
label: "Stacktrace and notes"
description: "Detailed output of the test failure and your notes about possible cause."
render: markdown
render: markdown
validations:
required: true

0 comments on commit 74ba4c4

Please sign in to comment.