Contributing

Contributing#

We welcome contributions to Skyborn!

Development Setup#

  1. Fork the repository

  2. Clone your fork

  3. Install development dependencies:

pip install -e .[dev]
  1. Make your changes

  2. Run tests

  3. Submit a pull request