Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 725 Bytes

File metadata and controls

13 lines (10 loc) · 725 Bytes

Contributing to 'Terminal Calypso Crypto Legacy SAM API' Java implementation

Thanks for your interest in this project.

Contributing

  1. Fork the calypsonet/calypsonet-terminal-calypso-crypto-legacysam-java-api repository
  2. Clone repository: git clone https://github.com/[your_github_username]/calypsonet-terminal-calypso-crypto-legacysam-java-api.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