Project developed at Rocketseat Next Level Week.
- Fork that repository
- Create a new branch:
git checkout -b my-branch
; - Commit your code:
git commit -m 'feat: This is my contribution'
; - Push your branch:
git push origin my-branch
. - Open the pull request