mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
meta: make more bug-report information required
PR-URL: https://github.com/nodejs/node/pull/53718 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This commit is contained in:
6
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
6
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
@@ -33,13 +33,19 @@ body:
|
||||
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?
|
||||
|
||||
Reference in New Issue
Block a user