Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 329 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 329 Bytes

Contribute

Step 1

  • Fork the repository

Step 2

  • Create a feature branch (git checkout -b your-new-feature)

Step 3

  • Commit the changes (git commit -am 'Add some feature') (will additional add the new changes)

Step 4

  • Push to the branch (git push origin my-new-feature)

Step 5

  • Create pull request