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