From 4d75e4fadfef4ab1e418d1ce3c82bc6e801775cd Mon Sep 17 00:00:00 2001 From: hkobew Date: Thu, 21 Nov 2024 11:37:59 -0500 Subject: [PATCH] add template --- .../ISSUE_TEMPLATE/unreliable_test_report.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/unreliable_test_report.md diff --git a/.github/ISSUE_TEMPLATE/unreliable_test_report.md b/.github/ISSUE_TEMPLATE/unreliable_test_report.md new file mode 100644 index 00000000000..a1981703b69 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/unreliable_test_report.md @@ -0,0 +1,17 @@ +--- +name: unreliable test +about: Help us monitor our test suite by reporting flaky tests. +labels: tests-ci-cd +--- + +## Test Details + +- Name of test: +- OS of failure: +- VSCode version of failure (minimum/insider/stable): +- Link to failing run: +- Link to failing test: + +## Log of Test Failure + +## Additional Information