From e6dfcf20ca4d8a9e1ddea1d6bb05277c9d7524b3 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Fri, 15 Jul 2022 17:32:56 -0300 Subject: [PATCH] chore: use platform dropdown on flaky template --- .github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml b/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml index dd6fa5091e3f15..4b59c20d83925e 100644 --- a/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml +++ b/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml @@ -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