Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 370 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 370 Bytes

Contribute

Step 1

  • Fork the repository

Step 2

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

Step 3

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

Step 4

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

Step 5

  • Create pull request (And you are all set)