From ed8cf666f672c729060935e90a1e5838e9407d0d Mon Sep 17 00:00:00 2001 From: falsandtru Date: Thu, 18 Feb 2016 04:51:47 +0900 Subject: [PATCH 1/2] Add version examples --- issue_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/issue_template.md b/issue_template.md index 6be508efec23a..84de786b1120e 100644 --- a/issue_template.md +++ b/issue_template.md @@ -13,11 +13,15 @@ __________________________________________________________ --> **TypeScript Version:** +1.7.5 / 1.8.0-beta / master() + **Code** + ```ts // A self-contained demonstration of the problem follows... ``` -**Expected behavior:** +**Expected behavior:** + **Actual behavior:** From 50829b29d2660e6a7ec8a168818eba5ae4c009de Mon Sep 17 00:00:00 2001 From: falsandtru Date: Thu, 18 Feb 2016 05:06:12 +0900 Subject: [PATCH 2/2] Modify version format --- issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue_template.md b/issue_template.md index 84de786b1120e..dcd2280570ccb 100644 --- a/issue_template.md +++ b/issue_template.md @@ -13,7 +13,7 @@ __________________________________________________________ --> **TypeScript Version:** -1.7.5 / 1.8.0-beta / master() +1.7.5 / 1.8.0-beta / nightly (1.9.0-dev.20160217) **Code**