From e6ba121e832a96a97f702dcd7a665293c8c931ab Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:21:27 -0400 Subject: [PATCH] meta: make more bug-report information required PR-URL: https://github.com/nodejs/node/pull/53718 Reviewed-By: Marco Ippolito Reviewed-By: Matteo Collina --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index b5200cc93ad5ba..bc2f78a46ac722 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -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?