Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 395 Bytes

File metadata and controls

20 lines (13 loc) · 395 Bytes

Contributing Guide

Thank you for your interest in contributing!

Getting Started

  1. Fork the repo
  2. Create a feature branch
  3. Write your code and tests
  4. Submit a Pull Request

Development Setup

  • Use Qt 5.15+, Aurora SDK, and CMake
  • Follow naming conventions and QML best practices

Code Style

  • Indentation: 4 spaces
  • Filenames: camelCase for QML, snake_case for C++