Skip to content

Commit 4d1a8a8

Browse files
callumacraephated
authored andcommitted
Docs: Create issue template to cover common issues (#1808)
1 parent de1acf6 commit 4d1a8a8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
This tracker is for bug reports only.
2+
3+
4+
Before opening an issue, please make sure you've checked the following:
5+
6+
- For support requests, please use Stack Overflow (stackoverflow.com) or Gitter (see the README).
7+
8+
- If the bug is in a plugin, open an issue on the plugin repository, not the gulp repository.
9+
10+
- 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.
11+
12+
- 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
13+
14+
----
15+
16+
**What were you expecting to happen?**
17+
18+
**What actually happened?**
19+
20+
**Please post a sample of your gulpfile (preferably reduced to just the bit that's not working)**
21+
22+
```js
23+
gulp.task(function () {});
24+
```
25+
26+
**What version of gulp are you using?**
27+
28+
**What versions of npm and node are you using?**

0 commit comments

Comments
 (0)