Просмотр исходного кода

Update Test Failure Issue Template (#33854)

* Update 50_test_failure.md

* Update 50_test_failure.md

* Update 50_test_failure.md
Tanay Parikh 4 лет назад
Родитель
Сommit
51a3073133
1 измененных файлов с 31 добавлено и 0 удалено
  1. 31 0
      .github/ISSUE_TEMPLATE/50_test_failure.md

+ 31 - 0
.github/ISSUE_TEMPLATE/50_test_failure.md

@@ -7,18 +7,49 @@ assignees: ''
 
 ---
 
+## Failing Test(s)
+
+<!--
+Provide the fully qualified name(s) of the failing tests.
+-->
+
+-
+
 ## Error Message
 
 <!--
 Provide the error message associated with the test failure, if applicable.
 -->
 
+```text
+
+```
+
 ## Stacktrace
 
+<details>
 <!--
 Provide the stack trace associated with the test failure, if applicable.
 -->
 
+```text
+
+```
+</details>
+
+
+## Logs
+
+<details>
+<!--
+Provide the (helix) logs associated with the test failure, if applicable.
+-->
+
+```text
+
+```
+</details>
+
 ## Build
 
 <!--