Skip to content

Commit f4070dd

Browse files
aduh95UlisesGascon
authored andcommitted
meta: clarify recommendation for bug reproductions
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: #50882 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ruy Adorno <ruyadorno@google.com>
1 parent d538426 commit f4070dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ body:
2727
- type: textarea
2828
attributes:
2929
label: What steps will reproduce the bug?
30-
description: Enter details about your bug, preferably a simple code snippet that can be run using `node` directly without installing third-party dependencies.
30+
description: >
31+
Enter details about your bug, preferably a simple code snippet that can
32+
be run using `node` directly without installing third-party dependencies
33+
or downloading code from the internet (i.e. no ZIP archive, no GitHub
34+
repository, etc.).
3135
- type: textarea
3236
attributes:
3337
label: How often does it reproduce? Is there a required condition?

0 commit comments

Comments
 (0)