فهرست منبع

Update Test Failure Issue Template (#33854)

* Update 50_test_failure.md

* Update 50_test_failure.md

* Update 50_test_failure.md
Tanay Parikh 4 سال پیش
والد
کامیت
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
 
 <!--