Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit bc5fd38

Browse files
committed
chore: update issue templates
1 parent 0d1ea5e commit bc5fd38

6 files changed

Lines changed: 165 additions & 46 deletions

File tree

β€Ž.github/ISSUE_TEMPLATE.mdβ€Ž

Lines changed: 11 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,16 @@
11
<!--
2-
Please note that this template is not optional.
3-
Please fill out _ALL_ fields, or your issue may be closed as "invalid."
4-
Please do not delete this template.
5-
Please ask questions on StackOverflow or Gitter (https://gitter.im/webpack/webpack).
6-
General questions, how-to questions, and support requests will be closed.
7-
-->
8-
9-
* Operating System:
10-
* Node Version:
11-
* NPM Version:
12-
* webpack Version:
13-
* webpack-hot-client Version:
14-
15-
<!-- Please place an x, no spaces, in all [ ] that apply -->
2+
πŸ‘‰πŸ½ Need support, advice, or help? Don't open an issue!
3+
Head to StackOverflow or https://gitter.im/webpack/webpack.
164
17-
- [ ] This is a **bug**
18-
- [ ] This is a **feature** request
19-
- [ ] This is a **modification** request
5+
Hey there!
206
21-
### Code
7+
You arrived at this template because you felt none of the other options
8+
matched the kind of issue you'd like to report. Please use this opportunity to
9+
tell us about your particular type of issue so we can try to accomodate
10+
similar issues in the future.
2211
23-
<!--
24-
If you have a large amount of code to share which demonstrates the problem
25-
you're experiencing, or your webpack config is very large, please provide a link
26-
to your repository rather than pasting code. We'd also encourage you to use a
27-
Github Gist link instead of pasting code. Otherwise, please paste relevant
28-
short snippets below.
29-
30-
For bugs, please do consider providing a link to a stripped-down, bare-bones
31-
repo that can reproduce the problem you're experiencing. Many times, bugs
32-
aren't actual bugs, but rather specific issues with loaders, plugins, or
33-
an environment/OS. Problems with complicated or large applications will almost
34-
always require this to be triaged.
12+
PLEASE do note, if you're using this to report an issue already covered by the
13+
existing template types, your issue may be closed as invalid. Our issue
14+
templates contain fields that help us help you, and without that important
15+
info, we might as well be ice-skating uphill, carrying a wooly mammoth.
3516
-->
36-
37-
```js
38-
// webpack.config.js
39-
```
40-
41-
```js
42-
// additional code, remove if not needed.
43-
```
44-
45-
### Expected Behavior
46-
47-
### Actual Behavior
48-
49-
### For Bugs; How can we reproduce the behavior?
50-
51-
### For Features; What is the motivation and/or use-case for the feature?
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
name: πŸ› Bug Report
3+
about: Something went awry and you'd like to tell us about it.
4+
5+
---
6+
7+
<!--
8+
Issues are so πŸ”₯
9+
10+
If you remove or skip this template, you'll make the 🐼 sad and the mighty god
11+
of Github will appear and pile-drive the close button from a great height
12+
while making animal noises.
13+
14+
πŸ‘‰πŸ½ Need support, advice, or help? Don't open an issue!
15+
Head to StackOverflow or https://gitter.im/webpack/webpack.
16+
-->
17+
18+
* Operating System:
19+
* Node Version:
20+
* NPM Version:
21+
* webpack Version:
22+
* webpack-hot-client Version:
23+
24+
25+
### Expected Behavior
26+
27+
<!-- Remove this section if not reporting a bug or modification request. -->
28+
29+
### Actual Behavior
30+
31+
<!-- Remove this section if not reporting a bug or modification request. -->
32+
33+
### Code
34+
35+
```js
36+
// webpack.config.js
37+
// If your bitchin' code blocks are over 20 lines, please paste a link to a gist
38+
// (https://gist.github.com).
39+
```
40+
41+
```js
42+
// additional code, HEY YO remove this block if you don't need it
43+
```
44+
45+
### How Do We Reproduce?
46+
47+
<!--
48+
Remove this section if not reporting a bug.
49+
50+
If your webpack config is over 50 lines long, please provide a URL to a repo
51+
for your beefy πŸ– app that we can use to reproduce.
52+
-->
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: πŸ“š Documentation
3+
about: Are the docs lacking or missing something? Do they need some new πŸ”₯ hotness? Tell us here.
4+
5+
---
6+
7+
<!--
8+
Issues are so πŸ”₯
9+
10+
If you remove or skip this template, you'll make the 🐼 sad and the mighty god
11+
of Github will appear and pile-drive the close button from a great height
12+
while making animal noises.
13+
14+
πŸ‘‰πŸ½ Need support, advice, or help? Don't open an issue!
15+
Head to StackOverflow or https://gitter.im/webpack/webpack.
16+
-->
17+
18+
Documentation Is:
19+
20+
<!-- Please place an x (no spaces!) in all [ ] that apply -->
21+
22+
- [ ] Missing
23+
- [ ] Needed
24+
- [ ] Confusing
25+
- [ ] Not Sure?
26+
27+
28+
### Please Explain in Detail...
29+
30+
31+
### Your Proposal for Changes
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: ✨ Feature Request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
<!--
8+
Issues are so πŸ”₯
9+
10+
If you remove or skip this template, you'll make the 🐼 sad and the mighty god
11+
of Github will appear and pile-drive the close button from a great height
12+
while making animal noises.
13+
14+
πŸ‘‰πŸ½ Need support, advice, or help? Don't open an issue!
15+
Head to StackOverflow or https://gitter.im/webpack/webpack.
16+
-->
17+
18+
* Operating System:
19+
* Node Version:
20+
* NPM Version:
21+
* webpack Version:
22+
* webpack-hot-client Version:
23+
24+
25+
### Feature Proposal
26+
27+
28+
29+
### Feature Use Case
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: πŸ”§ Modification Request
3+
about: Would you like something work differently? Have an alternative approach? This is the template for you.
4+
5+
---
6+
7+
<!--
8+
Issues are so πŸ”₯
9+
10+
If you remove or skip this template, you'll make the 🐼 sad and the mighty god
11+
of Github will appear and pile-drive the close button from a great height
12+
while making animal noises.
13+
14+
πŸ‘‰πŸ½ Need support, advice, or help? Don't open an issue!
15+
Head to StackOverflow or https://gitter.im/webpack/webpack.
16+
-->
17+
18+
* Operating System:
19+
* Node Version:
20+
* NPM Version:
21+
* webpack Version:
22+
* webpack-hot-client Version:
23+
24+
25+
### Expected Behavior / Situation
26+
27+
28+
29+
### Actual Behavior / Situation
30+
31+
32+
33+
### Modification Proposal
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: πŸ†˜ Support, Help, and Advice
3+
about: πŸ‘‰πŸ½ Need support, help, or advice? Don't open an issue! Head to StackOverflow or https://gitter.im/webpack/webpack.
4+
5+
---
6+
7+
Hey there! If you need support, help, or advice then this is not the place to ask.
8+
Please visit [StackOverflow](https://stackoverflow.com/questions/tagged/webpack)
9+
or [the Webpack Gitter](https://gitter.im/webpack/webpack) instead.

0 commit comments

Comments
Β (0)