Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 846 Bytes

File metadata and controls

14 lines (11 loc) · 846 Bytes

Contributing to sonicflow_app

Thank you for your interest in contributing! We welcome contributions from developers, recruiters, and enthusiasts to keep our repositories clean, production-ready, and efficient.

How to Contribute

  1. Search Issues: Check if your bug or feature request is already reported.
  2. Fork the Repository: Create a fork of the project.
  3. Branch: Create a new branch named feat/your-feature or fix/your-patch.
  4. Develop:
    • Write clean, documented code suited for the swift ecosystem.
    • Maintain repository cleanliness (no temporary files, no secrets in source).
  5. Commit: Use Conventional Commits formatting (e.g., feat: add model integration, fix: resolve auth validation loop).
  6. PR: Open a pull request against the main branch. Provide a clear description of changes.