From d9039c1e555b7f25b58d867936330efedb48c5a6 Mon Sep 17 00:00:00 2001 From: Andres Gomez Casanova Date: Fri, 29 Mar 2024 22:21:58 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/notify_incident.md | 21 ------------------- ...problema-en-componente-de-la-plataforma.md | 17 +++++++++++++++ 2 files changed, 17 insertions(+), 21 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/notify_incident.md create mode 100644 .github/ISSUE_TEMPLATE/problema-en-componente-de-la-plataforma.md diff --git a/.github/ISSUE_TEMPLATE/notify_incident.md b/.github/ISSUE_TEMPLATE/notify_incident.md deleted file mode 100644 index 7a07e05b102f..000000000000 --- a/.github/ISSUE_TEMPLATE/notify_incident.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Notificar un incidente -description: Crear un tiquete reportando un problema en algún servicio de la platforma osm.lat -title: '' -labels: incident -assignees: risturiz,angoca - ---- - -**Nombre de la plataforma** -A clear and concise description of what the bug is. - -**Descripción ituación anómala** -Qué pasos haces para reproducir el problema: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Comportamiento normal** -Describe cómo funciona normalmente. diff --git a/.github/ISSUE_TEMPLATE/problema-en-componente-de-la-plataforma.md b/.github/ISSUE_TEMPLATE/problema-en-componente-de-la-plataforma.md new file mode 100644 index 000000000000..28d26b17239c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/problema-en-componente-de-la-plataforma.md @@ -0,0 +1,17 @@ +--- +name: Problema en componente de la plataforma +about: Describe this issue template's purpose here. +title: Problema en componente de OSM.lat +labels: incident +assignees: risturiz, angoca + +--- + +*Nombre del componente*: +¿Cómo se llama el componente que está fallando? + +*Descripción de la situación anómala*: +Qué pasos haces para reproducir el problema. + +*Comportamiento normal*: +Describe cómo funciona normalmente.