generated from microsoft/AL-Go-PTE
-
Notifications
You must be signed in to change notification settings - Fork 0
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
4d13de6
commit 063c234
Showing
1 changed file
with
45 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,45 @@ | ||
name: Mejora | ||
description: Solicitud de nuevo característica que actualmente no existe en app | ||
labels: [ "Nueva característica"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### ❗️ Lee esto antes de crear issue: | ||
- **Consulta documentación de app** - confirma que característica ya existe consultando documentación http://sdesgh01:8080/extensiones/pte/wintc/ | ||
- type: textarea | ||
id: request-text | ||
attributes: | ||
label: Describe la solución que te gustaría | ||
description: Proporciona una descripción clara y concisa de lo que quieres que ocurra. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternative | ||
attributes: | ||
label: Describe alternativas que has considerado | ||
description: Proporciona una descripción clara y concisa de cualquier solución o característica alternativa que has considerado. | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: module | ||
attributes: | ||
label: Módulos afectados | ||
description: Seleccione módulos afectados | ||
multiple: true | ||
options: | ||
- Báscula | ||
- Fichero | ||
- Impresora | ||
- Repetidor | ||
- FTP | ||
validations: | ||
required: false | ||
- type: input | ||
id: customer | ||
attributes: | ||
label: Nombre del cliente donde necesita incorporar nueva característica | ||
description: Indique 0 si es interno (LIDER). | ||
placeholder: "Sport Lifestyle" | ||
validations: | ||
required: true |