Skip to content

Contributing

Contributions are welcome! Here are the guidelines for contributing to rompy:

Setup for Development

  1. Fork the repository
  2. Clone your fork
  3. Create a virtual environment
  4. Install in editable mode: pip install -e .[dev]

Pull Request Process

  1. Create a feature branch
  2. Add your changes
  3. Add tests if applicable
  4. Update documentation
  5. Submit a pull request