Browse Source

Added the link to the IssueManagementPolicies document (#24591)

* Added the link to the IssueManagementPolicies document

* Updated to reference the Triage Process
Artak 5 years ago
parent
commit
1f56888ea0
2 changed files with 5 additions and 1 deletions
  1. 1 1
      README.md
  2. 4 0
      docs/TriageProcess.md

+ 1 - 1
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
 

+ 4 - 0
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.