aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-typescript/issue_template.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gulp-typescript/issue_template.md')
-rw-r--r--node_modules/gulp-typescript/issue_template.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/node_modules/gulp-typescript/issue_template.md b/node_modules/gulp-typescript/issue_template.md
new file mode 100644
index 000000000..2511f1146
--- /dev/null
+++ b/node_modules/gulp-typescript/issue_template.md
@@ -0,0 +1,34 @@
+<!--
+Before submitting an issue, check that the following questions can be answered with yes:
+
+- Is this related to gulp-typescript, and not to TypeScript?
+- Is the behavior of gulp-typescript different than the behavior of tsc?
+- There was no similar issue already opened? (Please don't bump old closed issues)
+
+If you can answer all these questions with yes, add a description of your issue here and fill in the related sections below.
+-->
+
+**Expected behavior:**
+
+**Actual behavior:**
+
+**Your gulpfile:**
+
+*Include your gulpfile, or only the related task (with `ts.createProject`).*
+```javascript
+
+```
+
+**tsconfig.json**
+
+*Include your tsconfig, if related to this issue.*
+```json
+
+```
+
+**Code**
+
+*Include your TypeScript code, if necessary.*
+```typescript
+
+```