Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
CViniciusSDias authored Jan 15, 2025
1 parent 7932b54 commit b2df05d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/issue_template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Cadastro de palestra
description: Use este template para cadastrar sua palestra.

labels: ["Palestras"]
body:
- type: input
id: titulo
Expand All @@ -20,12 +20,15 @@ body:
validations:
required: true

- type: input
- type: dropdown
id: nivel
attributes:
label: Nível
description: Nível da palestra.
placeholder: "básico"
options:
- Iniciante
- Intermediário
- Avançado
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/palestrante_template.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Palestrante
description: Use este template para cadastrar informações do palestrante.

labels: ["Palestrantes"]
body:
- type: input
id: nome
Expand Down

0 comments on commit b2df05d

Please sign in to comment.