Contributing

Guidelines for contributing to TomoGUI.

Development Setup

  1. Fork repository

  2. Create feature branch

  3. Make changes

  4. Add tests

  5. Submit pull request

Code Style

Follow PEP 8 Python style guide.

Testing

Add tests for new features.