Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 844 Bytes

File metadata and controls

30 lines (19 loc) · 844 Bytes

Contributing to Fuso

Thanks for your interest in contributing.

Getting Started

  1. Fork the repo and clone it locally
  2. Make sure you have Swift 5.9+ and macOS 13+
  3. Run swift build to verify everything compiles

Making Changes

  • Create a branch from main
  • Keep changes focused — one feature or fix per PR
  • Test your changes by building and running the app locally
  • Follow the existing code style

Pull Requests

  • Open a PR against main
  • Write a clear description of what changed and why
  • PRs are squash-merged, so your PR title becomes the commit message

Reporting Bugs

Open an issue with steps to reproduce. Include your macOS version and any relevant config.

Security Issues

Please do not open public issues for security vulnerabilities. See SECURITY.md for reporting instructions.