mirror of
https://github.com/nodejs/node.git
synced 2024-11-28 14:33:11 +01:00
5fa7c2ab94
Co-authored-by: Michaël Zasso <targos@protonmail.com> PR-URL: https://github.com/nodejs/node/pull/30289 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
52 lines
1.3 KiB
Markdown
52 lines
1.3 KiB
Markdown
---
|
|
name: "\U0001F41B Bug report"
|
|
about: Create a report to help us improve
|
|
|
|
---
|
|
|
|
<!--
|
|
Thank you for reporting an issue.
|
|
|
|
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 output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in PowerShell console (Windows)
|
|
Subsystem: if known, please specify affected core module name
|
|
-->
|
|
|
|
* **Version**:
|
|
* **Platform**:
|
|
* **Subsystem**:
|
|
|
|
### What steps will reproduce the bug?
|
|
|
|
<!--
|
|
Enter details about your bug, preferably a simple code snippet that can be
|
|
run using `node` directly without installing third-party dependencies.
|
|
-->
|
|
|
|
### How often does it reproduce? Is there a required condition?
|
|
|
|
### What is the expected behavior?
|
|
|
|
<!--
|
|
If possible please provide textual output instead of screenshots.
|
|
-->
|
|
|
|
### What do you see instead?
|
|
|
|
<!--
|
|
If possible please provide textual output instead of screenshots.
|
|
-->
|
|
|
|
### Additional information
|
|
|
|
<!--
|
|
Tell us anything else you think we should know.
|
|
-->
|