mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
d5dc540f10
PR-URL: https://github.com/nodejs/node/pull/54481 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
61 lines
2.2 KiB
YAML
61 lines
2.2 KiB
YAML
name: 🐛 Bug report
|
|
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
|
|
|
|
Please fill in as much of the following form as you're able.
|
|
- type: input
|
|
attributes:
|
|
label: Version
|
|
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.
|
|
- type: textarea
|
|
attributes:
|
|
label: Platform
|
|
render: text
|
|
description: |
|
|
UNIX: output of `uname -a`
|
|
Windows: output of `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` in PowerShell console
|
|
- type: input
|
|
attributes:
|
|
label: Subsystem
|
|
description: If known, please specify affected core module name
|
|
- type: textarea
|
|
attributes:
|
|
label: What steps will reproduce the bug?
|
|
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.).
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: How often does it reproduce? Is there a required condition?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: What is the expected behavior? Why is that the expected behavior?
|
|
description: If possible please provide textual output instead of screenshots.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: What do you see instead?
|
|
description: If possible please provide textual output instead of screenshots.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional information
|
|
description: Tell us anything else you think we should know.
|