Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 454 Bytes

File metadata and controls

21 lines (15 loc) · 454 Bytes

Contributing

Thanks for your interest in LumeBar.

Development

  1. Fork the repo and create a feature branch.
  2. Make your changes.
  3. Ensure the app builds:
swift build -c release
  1. Open a pull request with a clear description of the change.

Code Style

  • Keep changes small and focused.
  • Prefer SwiftUI patterns consistent with existing code.

Reporting Issues

  • Include macOS version, Lume service version, and repro steps.