2022-02-17 16:13:01 +01:00
name : 🐛 Bug report
2021-06-29 17:48:11 +02:00
description : Create a report to help us improve
body :
- type : markdown
attributes :
value : |
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
2021-12-28 21:42:19 +01:00
Please fill in as much of the following form as you're able.
2021-06-29 17:48:11 +02:00
- type : input
attributes :
label : Version
2024-08-23 14:29:47 +02:00
description : |
Output of `node -v`.
Please verify that you are reproducing the issue in a [currently-supported version](https://github.com/nodejs/Release/blob/HEAD/README.md#release-schedule) of Node.js.
2024-06-26 03:24:00 +02:00
- type : textarea
2021-06-29 17:48:11 +02:00
attributes :
label : Platform
2024-06-26 03:24:00 +02:00
render : text
2021-06-29 17:48:11 +02:00
description : |
UNIX : output of `uname -a`
2022-07-27 18:31:00 +02:00
Windows : output of `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` in PowerShell console
2021-06-29 17:48:11 +02:00
- type : input
attributes :
label : Subsystem
description : If known, please specify affected core module name
- type : textarea
attributes :
label : What steps will reproduce the bug?
2023-11-25 17:32:15 +01:00
description : >
Enter details about your bug, preferably a simple code snippet that can
be run using `node` directly without installing third-party dependencies
or downloading code from the internet (i.e. no ZIP archive, no GitHub
repository, etc.).
2024-07-22 15:21:27 +02:00
validations :
required : true
2021-06-29 17:48:11 +02:00
- type : textarea
attributes :
label : How often does it reproduce? Is there a required condition?
2024-07-22 15:21:27 +02:00
validations :
required : true
2021-06-29 17:48:11 +02:00
- type : textarea
attributes :
2023-03-14 11:20:13 +01:00
label : What is the expected behavior? Why is that the expected behavior?
2021-06-29 17:48:11 +02:00
description : If possible please provide textual output instead of screenshots.
2024-07-22 15:21:27 +02:00
validations :
required : true
2021-06-29 17:48:11 +02:00
- type : textarea
attributes :
label : What do you see instead?
description : If possible please provide textual output instead of screenshots.
2022-01-05 11:05:34 +01:00
validations :
required : true
2021-06-29 17:48:11 +02:00
- type : textarea
attributes :
label : Additional information
description : Tell us anything else you think we should know.