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.