Browse Source

Update Bug Report Duplicate Issue Search Link (#39789)

* Update Bug Report Duplicate Issue Search Link

Currently it goes to https://github.com/dotnet/aspnetcore/issues which only searches for `open` issues. This updated issue removes the `is:open` filter to ensure the user duplicate issue search includes all issues.

Prevent something like: https://github.com/dotnet/aspnetcore/issues/39787

* Update 10_bug_report.yml

* Update .github/ISSUE_TEMPLATE/10_bug_report.yml
Tanay Parikh 4 years ago
parent
commit
a48ca453d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/ISSUE_TEMPLATE/10_bug_report.yml

+ 1 - 1
.github/ISSUE_TEMPLATE/10_bug_report.yml

@@ -13,7 +13,7 @@ body:
 - type: checkboxes
   attributes:
     label: Is there an existing issue for this?
-    description: Please search to see if an issue already exists for the bug you encountered (https://github.com/dotnet/aspnetcore/issues).
+    description: Please search to see if an issue already exists for the bug you encountered ([aspnetcore/issues](https://github.com/dotnet/aspnetcore/issues?q=is%3Aissue)). More information on our issue management policies is available [here](https://aka.ms/aspnet/issue-policies).
     options:
     - label: I have searched the existing issues
       required: true