# Contributing

1. Fork it

2. Create your feature branch: `git checkout -b feature/my-feature`

3. Add files changed: `git add .`

4. Commit your changes: `git commit -m "feat: add feature"`

5. Push to the feature branch: `git push origin
feature/my-feature`

6. Submit a pull request

**Obs:** after your pull request is merged, you can safely delete your feature branch.
