Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanay Parikh <TanayParikh@users.noreply.github.com>2022-01-27 23:53:59 +0300
committerGitHub <noreply@github.com>2022-01-27 23:53:59 +0300
commita48ca453d0947b3d9db1052606f67a24bc996fa3 (patch)
treeb81b82078559b4d1ec5843a4aa894c05b3b09b7c /.github
parent6cfbdc197b5846aa8b6f1a283dbf779949c5b3a0 (diff)
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
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/10_bug_report.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/10_bug_report.yml b/.github/ISSUE_TEMPLATE/10_bug_report.yml
index 77d832975c..d6852c96af 100644
--- a/.github/ISSUE_TEMPLATE/10_bug_report.yml
+++ b/.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