Thank you for considering contributing to the Quiz App! Whether it's reporting a bug, suggesting an enhancement, or contributing code, your help is appreciated.
- Fork the repository.
- Clone your forked repository:
git clone https://github.com/muhammad-fiaz/QuizApp-Flutter.git
- Create a new branch for your changes:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add your changes'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request.
Follow the existing code style and conventions in the project.
If you find a bug or have a feature request, please open an issue.
Thank you for contributing!