Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1007 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 1007 Bytes

Contributing to Swiftcomp-flutter

We appreciate your interest in contributing to Swiftcomp-flutter!

How Can You Contribute?

  • 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.

Getting Started

  1. Fork the Repository: Click the "Fork" button at the top right of the repository page.
  2. Clone Your Fork: git clone https://github.com/your-username/swiftcomp-flutter.git
  3. Create a Branch: git checkout -b feature/your-feature-name
  4. Make Changes: Implement your feature or bug fix.
  5. Commit Changes: git commit -m "Description of your changes"
  6. Push to Your Fork: git push origin feature/your-feature-name
  7. Submit a Pull Request: Go to the original repository and click "New Pull Request".