Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 885 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 885 Bytes

Contributing to LangX Flutter

Thank you for your interest in contributing to LangX Flutter! We appreciate all contributions, no matter how small. This document provides some guidelines for contributing.

Code Formatting

Before you push your changes, make sure to format your code. This will ensure that your code is consistent with the rest of the codebase. You can use the dart format command to automatically format your code:

dart format .

Pull Requests

When you're ready to submit your changes, create a pull request. Please provide a clear and concise description of your changes in the pull request description.

Code Reviews

After you submit your pull request, one of the maintainers will review your changes. They may provide feedback and request changes. Please be patient and responsive to their feedback.

Thank you again for your contribution!