From b5f45832b1a151814589c5ccf308137d6802f122 Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Sun, 11 Jun 2023 19:02:38 -0700 Subject: [PATCH] Add 'Flaky test' issue template (#14394) * Add 'Flaky test' issue template * Update flaky_test.md --- .github/ISSUE_TEMPLATE/flaky_test.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/flaky_test.md diff --git a/.github/ISSUE_TEMPLATE/flaky_test.md b/.github/ISSUE_TEMPLATE/flaky_test.md new file mode 100644 index 00000000000..ef259cfedd1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/flaky_test.md @@ -0,0 +1,10 @@ +--- +name: Flaky Test +about: A template for Druid CI flaky test reports +title: "Flaky Test: test name" +labels: Flaky Test +assignees: '' + +--- + +Please replace 'test name' in the title with the actual test name. Also include a stack trace as well as link to a failing test run, along with any investigation you might have done to triage the issue.