Contributing
Contributions are welcome! Here are the guidelines for contributing to rompy:
Setup for Development
- Fork the repository
- Clone your fork
- Create a virtual environment
- Install in editable mode:
pip install -e .[dev]
Pull Request Process
- Create a feature branch
- Add your changes
- Add tests if applicable
- Update documentation
- Submit a pull request