From 821ad931d99d9ae5b95fc4a05272886781569ecb Mon Sep 17 00:00:00 2001 From: Marc Handalian Date: Mon, 11 Dec 2023 14:09:58 -0800 Subject: [PATCH] consolidate optional text areas in bug template Signed-off-by: Marc Handalian --- .github/ISSUE_TEMPLATE/bug_template.yml | 35 ++++++++++--------------- 1 file changed, 14 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_template.yml b/.github/ISSUE_TEMPLATE/bug_template.yml index ba6b12f51f3dd..2cd1ee8a7e688 100644 --- a/.github/ISSUE_TEMPLATE/bug_template.yml +++ b/.github/ISSUE_TEMPLATE/bug_template.yml @@ -60,27 +60,20 @@ body: required: true - type: textarea attributes: - label: Documents, Screenshots - description: If applicable, please attach more information in this area, like log files or screenshoots, to help debug your problem. - validations: - required: false - - type: textarea - attributes: - label: Host/Environment - value: | - - OS: [e.g. iOS] - - Version [e.g. 22] - validations: - required: false - - type: textarea - attributes: - label: Plugins - description: Please list all plugins currently enabled. - validations: - required: false - - type: textarea - attributes: - label: Additional context + label: Additional Details description: Add any other context about the problem here. + value: | + **Plugins** + Please list all plugins currently enabled. + + **Screenshots** + If applicable, add screenshots to help explain your problem. + + **Host/Environment (please complete the following information):** + - OS: [e.g. iOS] + - Version [e.g. 22] + + **Additional context** + Add any other context about the problem here. validations: required: false