From 63cea0ba54a78dc067a5cafff01832ab91ececa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Sun, 22 Jun 2025 00:29:32 +0200 Subject: [PATCH] Update bug_report.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Rodríguez Hernández --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 804697122fbb..7b33472552da 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Thank you for reporting an issue. Before you open the bug report please review the README file present in the root of this repository. + Thank you for reporting an issue. Before you open the bug report, please review the README file present in the root of this repository. Please fill in as much of the following form as you're able. - type: input @@ -15,13 +15,6 @@ body: placeholder: bitnami/wordpress:1.2.3 validations: required: true - - type: dropdown - attributes: - label: What architecture are you using? - description: Choose the architecture of the host where the containers are executed - options: - - amd64 - - arm64 - type: textarea attributes: label: What steps will reproduce the bug? @@ -36,11 +29,11 @@ body: - type: textarea attributes: label: What is the expected behavior? - description: If possible please provide textual output instead of screenshots. + description: If possible, please provide textual output instead of screenshots. - type: textarea attributes: label: What do you see instead? - description: If possible please provide textual output instead of screenshots. + description: If possible, please provide textual output instead of screenshots. validations: required: true - type: textarea