# Contributing to Snap-O Thank you for considering contributing to Snap-O! We welcome improvements, bug fixes, and new features. ## Getting Started 1. Fork the repository on GitHub. 2. Clone your fork: ```bash git clone https://github.com//snap-o.git cd snap-o ``` 3. Create a feature branch: ```bash git checkout -b feature/YourFeatureName ``` ## Making Changes - Follow the existing Swift style and code conventions. - Write clear, concise commit messages. - Include documentation updates when adding or changing functionality. ## Pull Requests 1. Push your changes to your fork: ```bash git push origin feature/YourFeatureName ``` 2. Open a pull request against the `main` branch. 3. Address any review comments and ensure the CI pipeline passes. ## Reporting Issues If you encounter bugs or have feature requests, please open an issue. See [ISSUE_TEMPLATE/bug_report.md](.github/ISSUE_TEMPLATE/bug_report.md) or [ISSUE_TEMPLATE/feature_request.md](.github/ISSUE_TEMPLATE/feature_request.md).