Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 295 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 295 Bytes

How to Fork the project and contribute 💪

# Create a new branch with your changes:

$ git checkout -b <branch>
# Save your changes and create a commit message telling you what you did:

$ git commit -m "<commit>"
# Submit your changes:

$ git push origin <branch>