Skip to content

Commit

Permalink
Fix: Change the environments dropdown and delete browser attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
UsernameAlvarez authored Jun 6, 2024
1 parent 5f960ff commit cdca3bb
Showing 1 changed file with 9 additions and 23 deletions.
32 changes: 9 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body:
Copie y pegue cualquier log output relevante
render: shell
validations:
required: true
required: false
- type: textarea
attributes:
label: Pasos para reproducir
Expand All @@ -50,38 +50,24 @@ body:
1. With this config...
1. Run '...'
1. See error...
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: "Browsers"
description: ¿En qué navegadores ves el problema?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Opera
validations:
required: false
- type: dropdown
id: os
id: plataforma
attributes:
label: "OS"
label: "Plataforma"
description: ¿Cuál es el medio ambiente impactado?
multiple: true
multiple: false
options:
- Windows
- Linux
- Mac
- Android
- IOS
- Desktop
validations:
required: false
required: true
- type: textarea
attributes:
label: ¿Algo más?
description: |
¿Enlaces? ¿Referencias? ¡Cualquier cosa que nos brinde más contexto sobre el problema que encontro!
validations:
required: false
required: false

0 comments on commit cdca3bb

Please sign in to comment.