Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 423 Bytes

File metadata and controls

19 lines (12 loc) · 423 Bytes

Contribute

Step 1

Fork the repository (Click the Fork button at the top right of 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 additionally add the new changes)

Step 4

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

Step 5

Create pull request (And that's all.)