From 2292a0629908674e7b08c4f8792b0c270cfdefcf Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 24 Apr 2021 13:05:20 -0400 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 7b778f62e..cac82b49a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -80,6 +80,13 @@ body: validations: required: true +- type: markdown + attributes: + value: | + When solving bugs, most time is spent going back and forth with the issue author asking for more information about their environment. + + Save yourself some time (and those who are trying to help you); provide us with your environment information so we can reproduce the issue. + - type: dropdown validations: required: true @@ -140,3 +147,8 @@ body: Which version of Node.js are you using? TIP: To find out, run `node -v` + +- type: textarea + attributes: + label: Additional environment details + description: Include as much detail about the environment you're targeting. This is required if "other (enter below)" is selected in the previous field.