forked from stevemao/github-issue-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,24 @@ | ||
<!-- | ||
Thanks for wanting to report an issue you've found. Please delete | ||
this text and fill in the template below. If unsure about something, just do as | ||
best as you're able. | ||
Thank you for reporting an issue. | ||
Note that it will be much easier for us to fix the issue if a test case that | ||
reproduces the problem is provided. Ideally this test case should not have any | ||
external dependencies. We understand that it is not always possible to reduce | ||
your code to a small test case, but we would appreciate to have as much data as | ||
possible. Thank you! | ||
This issue tracker is for bugs and issues found within Node.js core. | ||
If you require more general support please file an issue on our help | ||
repo. https://github.com/nodejs/help | ||
Please fill in as much of the template below as you're able. | ||
Version: output of `node -v` | ||
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) | ||
Subsystem: if known, please specify affected core module name | ||
If possible, please provide code that demonstrates the problem, keeping it as | ||
simple and free of external dependencies as you are able. | ||
--> | ||
|
||
* **Version**: <!-- compulsory. you must provide your version --> | ||
* **Platform**: <!-- either `uname -a` output, or if Windows, version and 32-bit or | ||
64-bit --> | ||
* **Subsystem**: <!-- optional. if known - please specify affected core module name --> | ||
|
||
<!-- Enter your issue details below this comment. --> |