Browse Source

Add issue template link to API Review process doc (#42135)

Aditya Mandaleeka 3 years ago
parent
commit
f5ee9e343f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/APIReviewProcess.md

+ 2 - 0
docs/APIReviewProcess.md

@@ -1,3 +1,5 @@
+To get the process of adding/modifying API going, file a new issue using [the API Proposal issue template](https://github.com/dotnet/aspnetcore/issues/new?assignees=&labels=api-suggestion&template=30_api_proposal.md&title=). Below is more information about the process.
+
 ## Process
 
 The goal of the API Review process is to ensure that the new APIs are following common patterns and the best practices.