Thank you for your interest in contributing! 🚀 We welcome all contributions, from bug fixes to new features.
-
Fork the repository
- Click the "Fork" button on the top right of the repo to create your own copy.
-
Clone your fork
- Use
git cloneto clone your forked repository and navigate to the project directory.
- Use
-
Create a new branch
- Name your branch descriptively, based on the feature or fix you are working on.
-
Make changes & commit
- Keep commits clean and descriptive.
- Follow the existing code style and conventions.
-
Push the branch to GitHub
- Push your local branch to your forked repository.
-
Create a Pull Request (PR)
- Go to your fork on GitHub.
- Click Compare & pull request.
- Describe your changes and submit the PR.
- Follow Swift Style Guide for consistency.
- Ensure your code is properly formatted before submitting.
If you find a bug or have a feature request, open an issue.
Happy coding! 🎉