Skip to content

Commit

Permalink
Update adicionar-nova-vaga.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 17, 2022
1 parent 34845ad commit 85527c5
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/ISSUE_TEMPLATE/adicionar-nova-vaga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
value: |
## :warning: Observações
- Só publique vagas para back-end Python
- Só publique vagas para back-end
- Não faça destinção de gênero no título da vaga
- Use: "Pessoa desenvolvedora" ou "Python Developer" ao invés de "Desenvolvedor Back-End" \o/
Expand Down Expand Up @@ -100,7 +100,7 @@ body:
- type: input
validations:
required: true
required: false
attributes:
label: Keywords
placeholder: nestjs mysql
Expand Down Expand Up @@ -130,6 +130,8 @@ body:
required: false
- label: PJ
required: false
- label: Cooperado
required: false

- type: checkboxes
attributes:
Expand All @@ -154,4 +156,15 @@ body:
required: false
- label: Projeto
required: false


- type: dropdown
attributes:
label: Remuneração
options:
- R$ 1k - R$ 5k
- R$ 5k - R$ 10k
- R$ 10k - R$ 15k
- R$ 15k - R$ 20k
- R$ 20k+
validations:
required: false

0 comments on commit 85527c5

Please sign in to comment.