From 2aa6469beab000bb132e1d2af8949528d274a811 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 PR-URL: https://github.com/nodejs/node/pull/33500 Reviewed-By: Ruben Bridgewater Reviewed-By: Beth Griggs --- .../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..b5b005c21bbaae --- /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**: