- IDEA.
Licenciado sob APACHE LICENSE.
- Realize um Fork do projeto
- Crie um branch com a nova feature (
git checkout -b feature/nova-feature
) - Realize o Commit (
git commit -m 'feature: adicionando novo conteúdo'
) - Realize o Push no Branch (
git push origin feature/nova-feature
) - Abra um Pull Request