You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1-bug-report.yml
+5-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,11 @@ body:
27
27
- type: textarea
28
28
attributes:
29
29
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.).
31
35
- type: textarea
32
36
attributes:
33
37
label: How often does it reproduce? Is there a required condition?
0 commit comments