From 80df54ec6f24c0be7cedfd4240543b722975da64 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 3 May 2018 13:14:07 -0700 Subject: [PATCH] Stress that questions should not be asked. --- .github/ISSUE_TEMPLATE/Question.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md index 746d5ae9d80..7dad3bbf7e0 100644 --- a/.github/ISSUE_TEMPLATE/Question.md +++ b/.github/ISSUE_TEMPLATE/Question.md @@ -1,6 +1,6 @@ --- name: Question -about: The issue tracker is not for questions. please use Stack Overflow or other resources for help writing TypeScript code. +about: ***The issue tracker is not for questions.*** please use Stack Overflow or other resources for help writing TypeScript code. ---