|
1 | 1 | <!-- |
2 | | -Thanks for wanting to report an issue you've found. Please delete |
3 | | -this text and fill in the template below. If unsure about something, just do as |
4 | | -best as you're able. |
| 2 | +Thank you for reporting an issue. |
5 | 3 |
|
6 | | -Note that it will be much easier for us to fix the issue if a test case that |
7 | | -reproduces the problem is provided. Ideally this test case should not have any |
8 | | -external dependencies. We understand that it is not always possible to reduce |
9 | | -your code to a small test case, but we would appreciate to have as much data as |
10 | | -possible. Thank you! |
| 4 | +This issue tracker is for bugs and issues found within Node.js core. |
| 5 | +If you require more general support please file an issue on our help |
| 6 | +repo. https://github.com/nodejs/help |
| 7 | +
|
| 8 | +
|
| 9 | +Please fill in as much of the template below as you're able. |
| 10 | +
|
| 11 | +Version: output of `node -v` |
| 12 | +Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) |
| 13 | +Subsystem: if known, please specify affected core module name |
| 14 | +
|
| 15 | +If possible, please provide code that demonstrates the problem, keeping it as |
| 16 | +simple and free of external dependencies as you are able. |
11 | 17 | --> |
12 | 18 |
|
13 | 19 | ***Version**:<!-- compulsory. you must provide your version--> |
14 | 20 | ***Platform**: <!-- either`uname -a` output, or if Windows, version and 32-bit or |
15 | 21 | 64-bit --> |
16 | 22 | ***Subsystem**:<!-- optional. if known - please specify affected core module name--> |
| 23 | + |
| 24 | +<!-- Enter your issue details below this comment.--> |