chore: Add Gitea labels, issue templates and PR template
This commit is contained in:
29
.gitea/ISSUE_TEMPLATE/bug_report.md
Normal file
29
.gitea/ISSUE_TEMPLATE/bug_report.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Reportar un bug o problema
|
||||
title: "[BUG] "
|
||||
labels: bug
|
||||
---
|
||||
|
||||
## Descripción del Bug
|
||||
Descripción clara del problema.
|
||||
|
||||
## Pasos para Reproducir
|
||||
1. Ir a '...'
|
||||
2. Hacer click en '...'
|
||||
3. Ver error
|
||||
|
||||
## Comportamiento Esperado
|
||||
Describir lo que debería pasar.
|
||||
|
||||
## Comportamiento Actual
|
||||
Describir lo que realmente pasa.
|
||||
|
||||
## Screenshots
|
||||
Si aplica, agregar screenshots.
|
||||
|
||||
## Entorno
|
||||
- OS: [ej. Windows 11]
|
||||
- Browser: [ej. Chrome 120]
|
||||
- .NET Version: [ej. 10.0]
|
||||
- Node Version: [ej. 22.x]
|
||||
Reference in New Issue
Block a user