Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 355 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 355 Bytes

Contributing

  1. Please fork this project
  2. Implement new methods or changes in the Dollar.swift file in Dollar folder or changes in the appropriate extension file in Cent folder.
  3. Write tests in DollarTests.swift or CentTests.swift file as needed.
  4. Write appropriate comments in code and docs in the README.md
  5. Submit a pull request.