Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VadymPatuk authored Jul 24, 2024
1 parent 93f9eb8 commit 7148847
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
- type: textarea
id: what-happened
attributes:
label: Descripción del Bug
label: Descripción del error
description: Proporciona una descripción clara y concisa del fallo
validations:
required: true
Expand All @@ -22,6 +22,20 @@ body:
description: Proporciona una descripción clara y concisa de lo que esperabas que ocurriera.
validations:
required: false
- type: textarea
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: steps-reproduce
attributes:
Expand Down

0 comments on commit 7148847

Please sign in to comment.