Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 290 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 290 Bytes

Contributing

  • Fork the repository
  • Create a feature branch. Example: (git checkout -b your-new-feature)
  • Commit the changes: (git commit -am 'Add some feature') (will additionally add the new changes)
  • Push to the branch: (git push origin my-new-feature)
  • Create pull request