From cdca3bb8895ecf3e96aa57efc5ea596b9743e368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9nesis=20=C3=81lvarez?= Date: Thu, 6 Jun 2024 06:07:07 -0400 Subject: [PATCH] Fix: Change the environments dropdown and delete browser attributes --- .github/ISSUE_TEMPLATE/bug_report.yml | 32 ++++++++------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 192a79c3..fa68adda 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -39,7 +39,7 @@ body: Copie y pegue cualquier log output relevante render: shell validations: - required: true + required: false - type: textarea attributes: label: Pasos para reproducir @@ -50,38 +50,24 @@ body: 1. With this config... 1. Run '...' 1. See error... - validations: - required: true - - type: dropdown - id: browsers - attributes: - label: "Browsers" - description: ¿En qué navegadores ves el problema? - multiple: true - options: - - Firefox - - Chrome - - Safari - - Microsoft Edge - - Opera validations: required: false - type: dropdown - id: os + id: plataforma attributes: - label: "OS" + label: "Plataforma" description: ¿Cuál es el medio ambiente impactado? - multiple: true + multiple: false options: - - Windows - - Linux - - Mac + - Android + - IOS + - Desktop validations: - required: false + required: true - type: textarea attributes: label: ¿Algo más? description: | ¿Enlaces? ¿Referencias? ¡Cualquier cosa que nos brinde más contexto sobre el problema que encontro! validations: - required: false \ No newline at end of file + required: false