From b1ead1929ace12bed3293ea1546a205de2e2a92f Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 25 Nov 2023 17:32:15 +0100 Subject: [PATCH] meta: clarify recommendation for bug reproductions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sometimes reporters link to a repo for their repro, which not only likely takes them more time to setup, but also is less convenient for maintainers. Setting up a repo goes against the idea of a minimal repro, as if it was actually minimal, they would not have bothered creating a repo. PR-URL: https://github.com/nodejs/node/pull/50882 Reviewed-By: Moshe Atlow Reviewed-By: Luigi Pinca Reviewed-By: Robert Nagy Reviewed-By: Yagiz Nizipli Reviewed-By: Darshan Sen Reviewed-By: Gireesh Punathil Reviewed-By: Michaƫl Zasso Reviewed-By: Ruy Adorno --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 496d06d3ad70b8..72292b65430d7a 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -27,7 +27,11 @@ body: - 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. + 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.). - type: textarea attributes: label: How often does it reproduce? Is there a required condition?