We welcome contributions to the SightCom project! This document provides guidelines and instructions for contributing.
- Fork the repository
- Clone your forked repository
- Create a new branch for your feature or bugfix
- Follow the code style guidelines
- Submit a pull request
flutter pub get
flutter run- Follow Dart style guidelines
- Use meaningful variable names
- Add comments for complex logic
- Run
flutter analyzebefore committing
Please add tests for new features and ensure all tests pass before submitting a PR.
If you find a bug, please create an issue with:
- A clear description
- Steps to reproduce
- Expected behavior
- Actual behavior
Feel free to open an issue or contact us directly.