Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 788 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 788 Bytes

Contributing to Quiz App

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.

How to Contribute

  1. Fork the repository.
  2. Clone your forked repository: git clone https://github.com/muhammad-fiaz/QuizApp-Flutter.git
  3. Create a new branch for your changes: git checkout -b feature/your-feature
  4. Make your changes and commit them: git commit -m 'Add your changes'
  5. Push to the branch: git push origin feature/your-feature
  6. Submit a pull request.

Code Style

Follow the existing code style and conventions in the project.

Bug Reports and Feature Requests

If you find a bug or have a feature request, please open an issue.

Thank you for contributing!