Skip to content

Commit

Permalink
Docs: Create issue template to cover common issues (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
callumacrae authored and phated committed Sep 16, 2016
1 parent de1acf6 commit 4d1a8a8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
This tracker is for bug reports only.


Before opening an issue, please make sure you've checked the following:

- For support requests, please use Stack Overflow (stackoverflow.com) or Gitter (see the README).

- If the bug is in a plugin, open an issue on the plugin repository, not the gulp repository.

- If you're getting a deprecated module warning, don't worry about it: we're aware of it and it's not an issue. To make it go away, update to Gulp 4.0.

- If you're asking about the status of Gulp 4, please don't! You can see the remaining issues on the gulp4 label: https://github.com/gulpjs/gulp/issues?q=is%3Aissue+is%3Aopen+label%3Agulp4

----

**What were you expecting to happen?**

**What actually happened?**

**Please post a sample of your gulpfile (preferably reduced to just the bit that's not working)**

```js
gulp.task(function () {});
```

**What version of gulp are you using?**

**What versions of npm and node are you using?**

0 comments on commit 4d1a8a8

Please sign in to comment.