Skip to content

Commit

Permalink
chore: use platform dropdown on flaky template
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Jul 15, 2022
1 parent 6d7087e commit e6dfcf2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,21 @@ body:
placeholder: e.g. `test-fs-stat-bigint`
validations:
required: true
- type: input
- type: dropdown
attributes:
label: Platform
description: The platform the test is flaky on.
placeholder: e.g. `macos` or `linux`
multiple: true
options:
- MacOS
- Linux
- Windows
- FreeBSD
- s390
- ARM64
- ARM
- AIX
- Other
- type: textarea
attributes:
label: Console output
Expand Down

0 comments on commit e6dfcf2

Please sign in to comment.