From 5f05c54a5074a22f8193306be386308ee5bd5791 Mon Sep 17 00:00:00 2001 From: Marius Schulz Date: Thu, 21 Dec 2017 11:49:49 +0100 Subject: [PATCH] Docs: Sets default code block language in issue template to "ts" --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index efbde91..7271d0a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,8 +6,8 @@ **What code were you trying to parse?** -``` - +```ts +// Put your code here ``` **What did you expect to happen?**