# Contributing Guide Guidelines for contributing to the Raman Spectroscopy Analysis Application. ## Minimal contribution workflow (current) 1. Fork the repository. 2. Create a branch for your change. 3. Install from source (editable install): `pip install -e .` 4. Run the smoke tests: `python smoke_tests.py` 5. Open a pull request with a clear description and screenshots/logs if applicable. ---