Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 437 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 437 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 -u origin feature/my-feature

  6. Submit a pull request

Obs: Remember to run all test cases before committing your changes. With your pull request merged, you can safely delete your feature branch.