diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 711d1af618aa716e1c0ce8b9e11342891fd5ccdf..86f53b9a8a26404f18bc881419807629a5762b47 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -4,6 +4,9 @@ about: Create a report about something that is not working
 ---
 
 <!--
+
+More information on our issue management policies can be found here: https://aka.ms/aspnet/issue-policies
+
 Please keep in mind that the GitHub issue tracker is not intended as a general support forum, but for reporting non-security bugs and feature requests.
 
 If you believe you have an issue that affects the SECURITY of the platform, please do NOT create an issue and instead email your issue details to secure@microsoft.com. Your report may be eligible for our [bug bounty](https://www.microsoft.com/en-us/msrc/bounty-dot-net-core) but ONLY if it is reported through email.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index d2dac5f2dad23d1d29af502aaec925374aa8ae36..d7991eb1e0cb6a6a72edc6a9e40d87a0592f885d 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -3,6 +3,12 @@ name: Feature request
 about: Suggest an idea for this project
 ---
 
+<!--
+
+More information on our issue management policies can be found here: https://aka.ms/aspnet/issue-policies
+
+-->
+
 ### Is your feature request related to a problem? Please describe.
 A clear and concise description of what the problem is.
 Example: I am trying to do [...] but [...]