We appreciate contributions from the community to improve and maintain the SDK. Please review the following guidelines before submitting issues or pull requests.
If you encounter any issues or bugs:
- Search for existing issues to avoid duplicates.
- If a similar issue is not found, create a new issue with a detailed description.
- Fork the Repository: Create a fork of the repository on GitHub.
- Create a Branch: Branch off from
main
for your contribution (e.g.,feature/add-deep-link-support
). - Commit Changes: Follow clear, concise commit messages.
- Create a Pull Request: Open a pull request from your forked branch to the
main
branch of this repository.
Please ensure your code adheres to Flutter’s style guidelines. This includes:
- Proper indentation and naming conventions.
- Comprehensive comments for complex logic.
Pull requests will be reviewed by our maintainers. If revisions are needed, the maintainer will communicate these in the PR comments.
We appreciate your effort to improve our SDK!