Selaa lähdekoodia

Update Test Failure Template (#38263)

- Clarify instructions that this is specifically for dotnet/aspnetcore test failures
  - Avoids issues like https://github.com/dotnet/aspnetcore/issues/38248
  - Reasoning being, we want to avoid user issues being auto-tagged as `test-failure`s.
- Updates default title.
Tanay Parikh 4 vuotta sitten
vanhempi
sitoutus
d9373986db
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      .github/ISSUE_TEMPLATE/50_test_failure.md

+ 5 - 1
.github/ISSUE_TEMPLATE/50_test_failure.md

@@ -1,12 +1,16 @@
 ---
 name: Test failure
 about: Report a failing test that needs to be quarantined
-title: ''
+title: 'Quarantine <FAILING_TEST_NAME>'
 labels: test-failure
 assignees: ''
 
 ---
 
+<!--
+Note this issue template is specifically for failing tests within the dotnet/aspnetcore repo.
+-->
+
 ## Failing Test(s)
 
 <!--