We appreciate your interest in contributing to Swiftcomp-flutter!
- Report Bugs: If you find a bug, please open an issue.
- Suggest Features: We're open to new ideas! Start a discussion.
- Submit Pull Requests: Fix bugs or implement new features.
- Fork the Repository: Click the "Fork" button at the top right of the repository page.
- Clone Your Fork:
git clone https://github.com/your-username/swiftcomp-flutter.git
- Create a Branch:
git checkout -b feature/your-feature-name
- Make Changes: Implement your feature or bug fix.
- Commit Changes:
git commit -m "Description of your changes"
- Push to Your Fork:
git push origin feature/your-feature-name
- Submit a Pull Request: Go to the original repository and click "New Pull Request".