Contributing Guide
==================

Contributions are welcome!

How to Contribute
-----------------

1. Fork the project repository
2. Create a feature branch
3. Commit your changes
4. Push to the branch
5. Create a Pull Request

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

.. code-block:: bash

   git clone https://github.com/gorgeousfish/lwdid-py.git
   cd lwdid-py
   pip install -e ".[dev]"
   pytest tests/

Code Standards
--------------

- Follow PEP 8
- Add type annotations
- Write docstrings (NumPy style)
- Include unit tests

Reporting Issues
----------------

Please report bugs or feature requests via GitHub Issues.
