|
1 | 1 | <!-- |
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. |
16 | 4 |
|
17 | | -- [ ] This is a **bug** |
18 | | -- [ ] This is a **feature** request |
19 | | -- [ ] This is a **modification** request |
| 5 | + Hey there! |
20 | 6 |
|
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. |
22 | 11 |
|
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. |
35 | 16 | --> |
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? |
0 commit comments