From 8c64d309f7c504c0ba459c08c4b523a91169b208 Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Mon, 17 Jul 2017 09:43:09 -0700 Subject: [PATCH 1/2] Issue template: Recommand to run `tsc` directly --- issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue_template.md b/issue_template.md index b5872a0f9fa22..6e6c1d953eb2e 100644 --- a/issue_template.md +++ b/issue_template.md @@ -8,7 +8,7 @@ ```ts // A *self-contained* demonstration of the problem follows... - +// Test this by running `tsc` on the command-line, rather than through another build tool. ``` **Expected behavior:** From de169f5b8900601c7d29b917cb5d578a03799658 Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Mon, 17 Jul 2017 12:47:30 -0700 Subject: [PATCH 2/2] List some common build tools --- issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue_template.md b/issue_template.md index 6e6c1d953eb2e..e812fe7b74c64 100644 --- a/issue_template.md +++ b/issue_template.md @@ -8,7 +8,7 @@ ```ts // A *self-contained* demonstration of the problem follows... -// Test this by running `tsc` on the command-line, rather than through another build tool. +// Test this by running `tsc` on the command-line, rather than through another build tool such as Gulp, Webpack, etc. ``` **Expected behavior:**