Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 494 Bytes

File metadata and controls

27 lines (23 loc) · 494 Bytes

Contributing to GraphLTM

Development Setup

  1. Fork the repository
  2. Clone your fork
  3. Create a virtual environment
  4. Install dependencies
  5. Set up environment variables
  6. Run tests

Pull Request Process

  1. Update documentation
  2. Add tests
  3. Ensure all tests pass
  4. Update the changelog
  5. Submit PR

Code Style

  • Follow PEP 8
  • Use type hints
  • Write docstrings
  • Add comments for complex logic

Testing

  • Write unit tests
  • Write integration tests
  • Ensure test coverage