Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 469 Bytes

Ecoleta

Project developed at Rocketseat Next Level Week.

Stack

How to contribute

  1. Fork that repository
  2. Create a new branch: git checkout -b my-branch;
  3. Commit your code: git commit -m 'feat: This is my contribution';
  4. Push your branch: git push origin my-branch.
  5. Open the pull request