We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1893b7 commit 7d49fc7Copy full SHA for 7d49fc7
.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml
@@ -19,11 +19,24 @@ 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
+ - AIX
29
+ - FreeBSD
30
+ - Linux ARM64
31
+ - Linux ARMv7
32
+ - Linux PPC64LE
33
+ - Linux s390x
34
+ - Linux x64
35
+ - macOS ARM64
36
+ - macOS x64
37
+ - SmartOS
38
+ - Windows
39
+ - Other
40
- type: textarea
41
42
label: Console output
0 commit comments