Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 758 Bytes

File metadata and controls

17 lines (13 loc) · 758 Bytes

Como Contribuir / How to Contribute

PT-BR: Agradecemos seu interesse em contribuir para este projeto!

  1. Faça um fork do repositório.
  2. Crie uma nova branch para sua feature (git checkout -b feature/sua-feature).
  3. Faça suas alterações e commit-as (git commit -m 'feat: Adiciona nova feature').
  4. Envie para a branch (git push origin feature/sua-feature).
  5. Abra um Pull Request.

EN: We appreciate your interest in contributing to this project!

  1. Fork the repository.
  2. Create a new branch for your feature (git checkout -b feature/your-feature).
  3. Make your changes and commit them (git commit -m 'feat: Add new feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a Pull Request.