Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 395 Bytes

File metadata and controls

19 lines (13 loc) · 395 Bytes

Contributing

Welcome!

Thanks for your interest in contributing to FolderZipperVersioning!

How to Contribute

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run tests: python app-files/test_zipper.py
  5. Submit a pull request

Code Style

  • Follow PEP 8
  • Use meaningful variable names
  • Add comments for complex logic