Thank you for considering contributing to the L2CAP Flutter package! Your contributions are valuable and help improve the package for everyone. Please take a moment to review this guide on how to contribute.
If you find any bugs, have feature requests, or encounter any issues while using the package, please open an issue on our GitHub Issues page. Be sure to include as much detail as possible for a clear understanding of the problem.
We welcome pull requests that address existing issues or enhance the package. Here's how you can contribute:
- Fork the repository and create a new branch for your feature/fix.
- Commit your changes and ensure your code follows our code style.
- Write clear and concise commit messages.
- Open a pull request against the
main
branch.
Please follow the established code style in the repository to ensure consistency. You can find details about our code style in CODE_STYLE.md.
Ensure that your changes are well-tested. If you are adding new features, include relevant tests. If you are fixing a bug, add a test that reproduces the bug to prevent regressions.
Keep the documentation up to date with your changes. If you're adding new features, make sure to include them in the relevant sections of the README and API Reference.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing and helping to make the L2CAP Flutter package even better!