From 5c86a2b4fc570e7bd1baff4d0fd61c525aa39a6e Mon Sep 17 00:00:00 2001 From: puchy22 Date: Mon, 11 Nov 2024 23:04:28 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20mejora=20de=20las=20templates=20de=20is?= =?UTF-8?q?sues=20se=20ha=20cambiado=20el=20formato=20de=20la=20de=20bugs?= =?UTF-8?q?=20a=20yml=20y=20a=C3=B1adido=20nuevas=20posibles=20opciones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/ask_question.yml | 47 +++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 17 ------ .github/ISSUE_TEMPLATE/bug_report.yml | 60 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 23 +++++++++ 5 files changed, 131 insertions(+), 17 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/ask_question.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/ask_question.yml b/.github/ISSUE_TEMPLATE/ask_question.yml new file mode 100644 index 0000000..dc4ef51 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask_question.yml @@ -0,0 +1,47 @@ +name: "❓ Pregunta" +description: Crear un nuevo ticket para realizar una pregunta o solicitud de información +title: "[PREGUNTA] - " +labels: [ + "question" +] +body: + - type: input + id: pregunta_principal + attributes: + label: "Pregunta Principal" + description: Especifica la pregunta principal que quieres realizar + placeholder: Escribe aquí tu pregunta... + validations: + required: true + - type: textarea + id: contexto + attributes: + label: "Contexto" + description: Proporciona contexto relevante para ayudar a entender tu pregunta + placeholder: Explica brevemente el contexto de la pregunta... + validations: + required: false + - type: textarea + id: intento_solucion + attributes: + label: "Intentos de Solución" + description: Describe cualquier intento o solución que hayas probado hasta ahora + placeholder: Describe las soluciones que ya has intentado... + validations: + required: false + - type: textarea + id: recursos_referencia + attributes: + label: "Recursos de Referencia" + description: Agrega cualquier enlace, documento o recurso que pueda ayudar a responder la pregunta + placeholder: Añade enlaces o descripciones de recursos de referencia... + validations: + required: false + - type: textarea + id: notas_adicionales + attributes: + label: "Notas Adicionales" + description: Agrega cualquier comentario o nota adicional sobre la pregunta + placeholder: Información o contexto adicional... + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index bed1855..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..6e98eeb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,60 @@ +name: "🐛 Reporte de Error" +description: Crear un nuevo ticket para un error. Por favor, añade una label de "severity/XXXX" de las disponibles en función de la gravedad del error. +title: "[BUG] - " +labels: [ + "bug" +] +body: + - type: textarea + id: descripcion + attributes: + label: "Descripción" + description: Por favor, introduce una descripción explícita de tu problema + placeholder: Descripción breve y explícita de tu incidente... + validations: + required: true + - type: textarea + id: pasos-reproduccion + attributes: + label: "Pasos para Reproducción" + description: Por favor, introduce una descripción explícita de tu problema + value: | + 1. Ir a '...' + 2. Hacer clic en '....' + 3. Desplazarse hacia abajo hasta '....' + 4. Ver el error + render: bash + validations: + required: true + - type: textarea + id: capturas + attributes: + label: "Capturas de Pantalla" + description: Si es aplicable, añade capturas de pantalla para ayudar a explicar tu problema. + value: | + ![DESCRIPCIÓN](ENLACE.png) + render: bash + validations: + required: false + - type: textarea + id: logs + attributes: + label: "Logs" + description: Por favor, copia y pega cualquier salida de logs relevante. Esto se formateará automáticamente como código, por lo que no es necesario añadir comillas inversas. + render: bash + validations: + required: false + - type: dropdown + id: navegadores + attributes: + label: "Navegadores" + description: ¿En qué navegadores ves el problema? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - Opera + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..ec4bb38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..b12a946 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,23 @@ +name: "💡 Solicitud de Funcionalidad" +description: Crear un nuevo ticket para una solicitud de nueva funcionalidad. Por favor, añade una label de "priority/XXXX" de las disponibles en función de la prioridad de la funcionalidad. +title: "[FEATURE_REQUEST] - " +labels: [ + "enhancement" +] +body: + - type: textarea + id: descripcion + attributes: + label: "Descripción" + description: Proporcione una descripción detallada de la funcionalidad + placeholder: Describe en detalle tu solicitud de funcionalidad + validations: + required: true + - type: textarea + id: issue_referencia + attributes: + label: "Issue de Referencia" + description: Issue comunes + placeholder: "#IDs de issue" + validations: + required: false