Contributing
============

We welcome contributions to Skyborn!

Development Setup
-----------------

1. Fork the repository
2. Clone your fork
3. Install development dependencies:

.. code-block:: bash

   pip install -e .[dev]

4. Make your changes
5. Run tests
6. Submit a pull request
