Skip to content

Commit 07d7ac9

Browse files
committed
meta: use platform dropdown on flaky template
1 parent 6d7087e commit 07d7ac9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,21 @@ body:
1919
placeholder: e.g. `test-fs-stat-bigint`
2020
validations:
2121
required: true
22-
- type: input
22+
- type: dropdown
2323
attributes:
2424
label: Platform
2525
description: The platform the test is flaky on.
26-
placeholder: e.g. `macos` or `linux`
26+
multiple: true
27+
options:
28+
- MacOS
29+
- Linux
30+
- Windows
31+
- FreeBSD
32+
- s390
33+
- ARM64
34+
- ARM
35+
- AIX
36+
- Other
2737
- type: textarea
2838
attributes:
2939
label: Console output

0 commit comments

Comments
 (0)