From 78f14022552dbc1eaa4438b6cba75f13c923f0ac Mon Sep 17 00:00:00 2001 From: Ash Cripps Date: Thu, 21 May 2020 16:48:09 +0100 Subject: [PATCH] meta: add flaky test issue template Add a flaky test issue template to ensure that enough information is provided for investigation --- .../ISSUE_TEMPLATE/4-report-a-flaky-test.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/4-report-a-flaky-test.md diff --git a/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md b/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md new file mode 100644 index 00000000000000..7b3234dd1637d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md @@ -0,0 +1,30 @@ +--- +name: Report a flaky test +about: Report a flaky test in our CI +labels: "CI / flaky test" + +--- + + + +* **Test**: +* **Platform**: +* **Console Output:** +``` +REPLACE ME +``` +* **Build Links**: