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.
This project adheres to the Code of Conduct. By participating, you are expected to uphold this code.
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.
If you have an idea for a new feature or improvement:
- Open an issue with the label
enhancement. - Describe the feature and its benefits.
- Fork the repository and create your branch from
develop. - Ensure your code follows the project's coding standards.
- Write tests for any new functionality.
- Update the documentation if necessary.
- Submit a pull request with a clear description of your changes.
- Follow the Flutter Style Guide.
- Use meaningful variable and function names.
- Keep commits small and focused on a single issue.
- Run all tests locally before submitting a pull request:
flutter test