Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 434 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 434 Bytes

Contributing

If you'd like to contribute, please fork this repository, change the branch typing git switch dev, make a new branch typing git checkout -b new-branch-name, make your changes, make a push typing git push -u origin new-branch-name and then submit a pull-request.

  • git switch dev
  • git checkout -b new-branch-name
  • make your changes and commit them
  • git push -u origin feat/new-branch-name
  • open a PR :D