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
d6f0074
commit cb38ad0
Showing
1 changed file
with
42 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,42 @@ | ||
name: ⚙️ [INTERNO] Arquitectura y diseño de la solución | ||
description: Proponer cambio interno: CI/CD, dependencias NuGet, test automatizados, seguridad, etc. Cualquier otro cambio que no afecta la parte lógica de APP. | ||
labels: [ "Mejora"] | ||
projects: ["VadymPatuk/3"] | ||
body: | ||
- type: textarea | ||
id: request-reason | ||
attributes: | ||
label: Motivo de la solicitud | ||
description: Proporciona motivo de la solicitud. | ||
placeholder: Con este cambio será sustituida libreria obsoleta de API ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: request-behavior | ||
attributes: | ||
label: Descripción de la solicitud | ||
description: Proporciona una descripción clara de la solicitud | ||
placeholder: Incrementar versión de servidor Kestrel para aceptar solicitud HTTP/3 ... | ||
validations: | ||
required: true | ||
- 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: textarea | ||
id: request-example | ||
attributes: | ||
label: Ejemplo de mejora | ||
description: Ejemplo propuesto para incorporar mejora: referencia a un artículo web, ejemplo de nuevo código, etc. | ||
validations: | ||
required: false |