-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from Renato66/master
Labels automaticas
- Loading branch information
Showing
4 changed files
with
135 additions
and
90 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,112 @@ | ||
--- | ||
name: Nova vaga | ||
about: Informações da vaga | ||
title: '[São Paulo/SP | Santos/SP | Remoto] Front-end Vue.js Developer @ {Empresa}' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
<!-- POR FAVOR, SÓ POSTE SE A VAGA FOR PARA TRABALHAR COM VUE.JS OU TECNOLOGIAS DO ECOSSISTEMA! --> | ||
|
||
<!-- | ||
Labels: | ||
Preencha os quadros abaixo com um X | ||
# Alocação | ||
- [] Flexível | ||
- [] Presencial | ||
- [] Remoto | ||
# Experiência | ||
- [] Estágio | ||
- [] Júnior | ||
- [] Pleno | ||
- [] Sênior | ||
# Regime | ||
- [] A-Combinar | ||
- [] CLT | ||
- [] Estágio | ||
- [] Freela | ||
- [] Outros | ||
- [] PJ | ||
--> | ||
|
||
## Descrição da vaga | ||
|
||
Projeto bacana com Vue.js, etc.. | ||
|
||
## Local | ||
|
||
Remoto ou Escritório, São Paulo/SP - Vila Madalena | ||
|
||
## Benefícios | ||
|
||
- Plano de saúde | ||
- Seguro de vida | ||
- VR de R$ X/dia | ||
- Auxílio creche | ||
- ... | ||
|
||
#### Diferenciais | ||
|
||
- 2 horas de almoço | ||
- Monte a sua máquina como desejar | ||
- Frigobar sempre cheio :P | ||
- Sala de jogos | ||
- ... | ||
|
||
## Requisitos | ||
|
||
**Obrigatórios:** | ||
- 3 anos de experiência com desenvolvimento JavaScript | ||
- 2 anos de experiência com desenvolvimento Vue.js | ||
- 1 ano de experiência com desenvolvimento Nuxt.js | ||
|
||
**Desejáveis:** | ||
- Cnhecimentos em Vuex | ||
- Conhecimentos em GraphQL | ||
|
||
**Diferenciais:** | ||
- Projetos open-source | ||
|
||
## Contratação | ||
|
||
PJ a combinar. | ||
|
||
## Nossa empresa | ||
|
||
Aqui na Corporação XPTO somos líderes em... | ||
|
||
**Aqui usamos:** | ||
- Vue.js | ||
- PHP | ||
- C# | ||
- AWS | ||
- ... | ||
|
||
## Como se candidatar | ||
|
||
Por favor, envie um e-mail para [email protected] com seu CV anexado. Enviar no assunto: _Vaga Vue.js_ | ||
|
||
## Labels | ||
<!-- retire os labels que não fazem sentido à vaga --> | ||
|
||
#### Alocação | ||
- Flexível | ||
- Presencial | ||
- Remoto | ||
|
||
#### Experiência | ||
- Estágio | ||
- Júnior | ||
- Pleno | ||
- Sênior | ||
|
||
#### Regime | ||
- A-Combinar | ||
- CLT | ||
- Estágio | ||
- Freela | ||
- Outros | ||
- PJ |
This file was deleted.
Oops, something went wrong.
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,15 @@ | ||
name: Labeling new issue | ||
|
||
on: | ||
issues: | ||
types: [opened] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: Renato66/[email protected] | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
labels-not-allowed: "Fora dos padrões|Falta de informações" |
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