We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7087e commit 07d7ac9Copy full SHA for 07d7ac9
.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml
@@ -19,11 +19,21 @@ body:
19
placeholder: e.g. `test-fs-stat-bigint`
20
validations:
21
required: true
22
- - type: input
+ - type: dropdown
23
attributes:
24
label: Platform
25
description: The platform the test is flaky on.
26
- placeholder: e.g. `macos` or `linux`
+ multiple: true
27
+ options:
28
+ - MacOS
29
+ - Linux
30
+ - Windows
31
+ - FreeBSD
32
+ - s390
33
+ - ARM64
34
+ - ARM
35
+ - AIX
36
+ - Other
37
- type: textarea
38
39
label: Console output
0 commit comments