From 3ea9e3aba9b9e42866947e77ed4cec3c8b5233e3 Mon Sep 17 00:00:00 2001 From: JalonSolov Date: Sun, 11 Dec 2022 02:06:37 -0500 Subject: [PATCH] github: make Environment field in feature request match bug report (#16645) --- .github/ISSUE_TEMPLATE/feature-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index bf850e243..b498f00c0 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -55,9 +55,10 @@ body: validations: required: true - - type: input + - type: textarea id: environment attributes: label: Environment details (OS name and version, etc.) + description: You can use `v doctor` to fill up this section. validations: required: true -- 2.30.2