-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
meta: use form schema for bug report template #39194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| name: "\U0001F41B 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 form below as you're able. | ||
| - type: input | ||
| attributes: | ||
| label: Version | ||
| description: Output of `node -v` | ||
| - type: input | ||
| attributes: | ||
| label: Platform | ||
| description: | | ||
| UNIX: output of `uname -a` | ||
| Windows: output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` 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. | ||
| - type: textarea | ||
| attributes: | ||
| label: How often does it reproduce? Is there a required condition? | ||
| - type: textarea | ||
| attributes: | ||
| label: What is the expected behavior? | ||
| description: If possible please provide textual output instead of screenshots. | ||
| - type: textarea | ||
| attributes: | ||
| label: What do you see instead? | ||
| description: If possible please provide textual output instead of screenshots. | ||
| - type: textarea | ||
| attributes: | ||
| label: Additional information | ||
| description: Tell us anything else you think we should know. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.