Thank you for your interest in contributing! We welcome contributions from developers, recruiters, and enthusiasts to keep our repositories clean, production-ready, and efficient.
- Search Issues: Check if your bug or feature request is already reported.
- Fork the Repository: Create a fork of the project.
- Branch: Create a new branch named
feat/your-featureorfix/your-patch. - Develop:
- Write clean, documented code suited for the
swiftecosystem. - Maintain repository cleanliness (no temporary files, no secrets in source).
- Write clean, documented code suited for the
- Commit: Use Conventional Commits formatting (e.g.,
feat: add model integration,fix: resolve auth validation loop). - PR: Open a pull request against the
mainbranch. Provide a clear description of changes.