diff --git a/README.md b/README.md index 327c3e7208..0093542f88 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Follow the [Getting Started](https://docs.microsoft.com/aspnet/core/getting-star Also check out the [.NET Homepage](https://www.microsoft.com/net) for released versions of .NET, getting started guides, and learning resources. -See the [Issue Management Policies](https://github.com/dotnet/aspnetcore/blob/master/docs/IssueManagementPolicies.md) document for more information on how we handle incoming issues. +See the [Triage Process](https://github.com/dotnet/aspnetcore/blob/master/docs/TriageProcess.md) document for more information on how we handle incoming issues. ## How to Engage, Contribute, and Give Feedback diff --git a/docs/TriageProcess.md b/docs/TriageProcess.md index 6cd58ea846..0d9577e458 100644 --- a/docs/TriageProcess.md +++ b/docs/TriageProcess.md @@ -61,3 +61,7 @@ Issues, which we will think are candidates for the upcoming release, will be mov ## Process Visualization The following diagram summarizes the processes detailed above: ![image](https://user-images.githubusercontent.com/34246760/84076162-23d58c00-a98a-11ea-909d-6d17b91d4f84.png) + + +## References +We rely on some automation to help us with this process. You can learn more about some of these by reading our [Issue Management Policies](https://github.com/dotnet/aspnetcore/blob/master/docs/IssueManagementPolicies.md) document.