diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..91bed5e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug Report +about: Reporta un problema en el proyecto +title: "[BUG] Describe el problema" +labels: bug +assignees: 'MacRimi' +--- + +## Descripción +Describe el error de forma clara y concisa. + +## Pasos para reproducir +1. ... +2. ... +3. ... + +## Comportamiento esperado +¿Qué debería ocurrir? + +## Capturas de pantalla (Obligatorio) +Agrega imágenes para ayudar a entender el problema. + +## Entorno +- Sistema operativo: +- Versión del software: +- Otros detalles relevantes: + +## Información adicional +Agrega cualquier otro contexto sobre el problema aquí.