Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 866 Bytes

File metadata and controls

41 lines (28 loc) · 866 Bytes

Contributing to SightCom

We welcome contributions to the SightCom project! This document provides guidelines and instructions for contributing.

Getting Started

  1. Fork the repository
  2. Clone your forked repository
  3. Create a new branch for your feature or bugfix
  4. Follow the code style guidelines
  5. Submit a pull request

Development Setup

flutter pub get
flutter run

Code Style

  • Follow Dart style guidelines
  • Use meaningful variable names
  • Add comments for complex logic
  • Run flutter analyze before committing

Testing

Please add tests for new features and ensure all tests pass before submitting a PR.

Reporting Issues

If you find a bug, please create an issue with:

  • A clear description
  • Steps to reproduce
  • Expected behavior
  • Actual behavior

Questions?

Feel free to open an issue or contact us directly.