diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 99bc5e2..aaa0367 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,10 +7,11 @@ assignees: ''
 
 ---
 
-<!-- if this is a question, consider using the discussion section of this repo -->
+<!-- If this is a question, consider using the discussion section of this repo -->
+<!-- Here: https://github.com/stretchr/testify/discussions/new?category=q-a -->
 
 ## Description
-<!-- a detailed description of the bug -->
+<!-- A detailed description of the bug -->
 
 ## Step To Reproduce
 <!-- Steps or code snippet to reproduce the behaviour -->
@@ -19,4 +20,4 @@ assignees: ''
 <!-- A clear and concise description of what you expected to happen -->
 
 ## Actual behaviour
-<!-- what testify does -->
+<!-- What testify does -->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 574679a..2cb8beb 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -7,7 +7,8 @@ assignees: ''
 
 ---
 
-<!-- if this is a question, consider using the discussion section of this repo -->
+<!-- If this is a question, consider using the discussion section of this repo -->
+<!-- Here: https://github.com/stretchr/testify/discussions/new?category=q-a -->
 
 ## Description
 <!-- A clear and concise description of what feature you are proposing -->