This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d57250
commit a95ac9c
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Informe de error/bug | ||
about: Crea un informe para ayudarnos a mejorar | ||
title: "[BUG]" | ||
labels: bug, good first issue | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe el error** | ||
Una descripción clara y concisa de cuál es el error. | ||
|
||
**Reproducir** | ||
Pasos para reproducir el comportamiento: | ||
1. Vaya a '...' | ||
2. Haga clic en '....' | ||
3. Desplácese hacia abajo hasta '....' | ||
4. Ver error | ||
|
||
**Comportamiento esperado** | ||
Una descripción clara y concisa de lo que esperaba que sucediera. | ||
|
||
**Capturas de pantalla** | ||
Si corresponde, agregue capturas de pantalla para ayudar a explicar su problema. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Solicitud de función | ||
about: Sugiere una idea para este proyecto. | ||
title: "[FEATURE REQUEST]" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**¿Su solicitud de función está relacionada con un problema? Por favor describa.** | ||
Una descripción clara y concisa de cuál es el problema. Ex. Siempre me siento frustrado cuando [...] | ||
|
||
**Describe la solución que te gustaría** | ||
Una descripción clara y concisa de lo que quieres que suceda. | ||
|
||
**Describe las alternativas que hayas considerado** | ||
Una descripción clara y concisa de cualquier solución o característica alternativa que haya considerado. | ||
|
||
**Contexto adicional** | ||
Agregue aquí cualquier otro contexto o capturas de pantalla sobre la solicitud de función. |