summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2023-03-14 11:20:13 +0100
committerGitHub <noreply@github.com>2023-03-14 10:20:13 +0000
commit4ae7c7a00258cd0ac2bb344afcaa57a2b2d2ed3f (patch)
tree9d7343e0d4b549300374964b7d7b4c32b1516bf4 /.github/ISSUE_TEMPLATE
parentaa93c8b8c617b2f0759713f2e7f81c6ac60aa505 (diff)
downloadnode-new-4ae7c7a00258cd0ac2bb344afcaa57a2b2d2ed3f.tar.gz
meta: ask expected behavior reason in bug template
It happens too often that bug reporters only report _what_ they expect to see without motivating _why_. Having to repeatedly ask for that info gets old. PR-URL: https://github.com/nodejs/node/pull/47049 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/1-bug-report.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml
index c40644bfc6..496d06d3ad 100644
--- a/.github/ISSUE_TEMPLATE/1-bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml
@@ -33,7 +33,7 @@ body:
label: How often does it reproduce? Is there a required condition?
- type: textarea
attributes:
- label: What is the expected behavior?
+ label: What is the expected behavior? Why is that the expected behavior?
description: If possible please provide textual output instead of screenshots.
- type: textarea
attributes: