Update bug-report.yml

This commit is contained in:
Hugo Bernier 2021-04-24 13:05:20 -04:00 committed by GitHub
parent f4d763fa2f
commit 2292a06299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -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.