Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 383 Bytes

File metadata and controls

14 lines (11 loc) · 383 Bytes

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/new-feature)
  3. Commit your changes (git commit -m 'Add new feature')
  4. Push to the branch (git push origin feature/new-feature)
  5. Open a Pull Request

Code Style

  • Follow PEP 8
  • Use type hints
  • Write tests for new features