Contribuindo
Contribuições são sempre bem vindas, não importa se grandes ou pequenas. Antes de contribuir, por favor leia o código de conduta.
Find things to work on
Nós rotulamos problemas que precisamos de ajuda com a tag help wanted
. Nós também categorizamos eles com as seguintes tags:
- cat-bug
- cat-feature
- cat-chore
- cat-performance
These are the main categories that you can work on. We further mark issues with a high-priority
tag or a good first issue
tag to indicate their importance to the project and subjective level of easiness to get started on respectively. If you don’t see the triaged
tag or you see any of the needs-confirmation
, needs-repro-script
, needs-discussion
tags, it may not be wise to start working on these issues.
Here are a few quick links to get you started:
- Good first bugs
- Good first features
- High impact issue that need help
- Issues need reproduction scripts
- Issues need triaging
Gerando o build
yarn run build
yarn run watch
Usando builds locais
alias yarn="node /path/to/yarn/lib/cli/index.js"
Testando
yarn run test
yarn run lint
Pull Requests
Nós, ativamente, agradecemos por seus pull requests.
- Faça um fork do repositório e crie sua branch a partir da
master
. - Se você adicionou algum código que deveria ser testado, inclua os testes.
- Se você mudou a API, atualize a documentação.
- Garanta que o conjunto de testes está passando.
- Certifique-se de que seu código passa no lints.
Licença
Para contribuir com Yarn, você concorda que suas contribuições irão ser licenciadas pela Licença BSD.