Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 375 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 375 Bytes

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.