Thanks for taking the time to contribute to optical! This document outlines the process for contributing, reporting issues, and proposing new features.
If you find any bugs or have feature suggestions, please open an issue using the provided template.
- Fork the repository and create your branch from
main
. - Follow [branch naming conventions] (e.g.,
feature/your-feature-name
,bugfix/your-bug-fix
). - Ensure that your code passes the tests.
Once your PR is ready, submit it and link any relevant issues.
By contributing, you agree that your contributions will be licensed under the MIT License.