Thank you for contributing to our project! We value your input and appreciate your effort to improve our codebase. To ensure a smooth and efficient collaboration, please follow these guidelines when submitting your contributions.
Please follow the conventional commit standard for writing commit messages. This helps maintain a consistent format and makes it easier to understand the changes made in a commit. To learn more about conventional commit, please visit https://www.conventionalcommits.org/en/v1.0.0/#summary.
When creating a branch, please specify the type of branch you are creating followed by a descriptive name. For example, feat/some-feature or fix/some-bug. This helps us to easily identify the purpose of the branch.
Please make sure that the title of your pull request is a summary of the changes made in your commits and follows the conventional commit message format. This helps reviewers to quickly understand what has been changed and whether it aligns with the project goals.
Before submitting your pull request, please request a review from Utpal Barman to get approval. This ensures that your changes are reviewed by someone with knowledge of the project and that they meet the project's standards.
- Please ensure that you are using the latest stable version of Flutter for compiling.
- Make sure your code follows the Flutter Style Guide: https://flutter.dev/docs/development/style-guide
- Test your code thoroughly before submitting the pull request.
- Make sure that your code is well-documented and easy to understand.
Thank you for your contributions!