Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.34 KB

File metadata and controls

37 lines (29 loc) · 1.34 KB

Contributing to Flutter To-Do List

Thank you for considering contributing to the To-Do List project! We appreciate your help in making this project better. Please take a moment to review the following guidelines.

Code of Conduct

This project adheres to the Code of Conduct. By participating, you are expected to uphold this code.

How Can I Contribute?

Reporting Bugs

If you find a bug, please open an issue and include:

  • A clear and descriptive title.
  • Steps to reproduce the issue.
  • Expected behavior and actual behavior.
  • Screenshots or error logs if applicable.

Suggesting Enhancements

If you have an idea for a new feature or improvement:

  • Open an issue with the label enhancement.
  • Describe the feature and its benefits.

Pull Requests

  1. Fork the repository and create your branch from develop.
  2. Ensure your code follows the project's coding standards.
  3. Write tests for any new functionality.
  4. Update the documentation if necessary.
  5. Submit a pull request with a clear description of your changes.

Coding Standards

  • Follow the Flutter Style Guide.
  • Use meaningful variable and function names.
  • Keep commits small and focused on a single issue.

Testing

  • Run all tests locally before submitting a pull request:
    flutter test