Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 603 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 603 Bytes

Contributing to Keyple Reload Demo

Thanks for your interest in this project.

Contributing

  1. Fork the calypsonet/keyple-android-demo-remote repository
  2. Clone repository: git clone https://github.com/[your_github_username]/keyple-android-demo-remote.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Make your changes
  5. Commit your changes: git commit -m "Add some feature" -s
  6. Push feature branch: git push origin my-new-feature
  7. Submit a pull request