Thank you for your interest in contributing to WiBLE! We welcome contributions from the community to help make this library better.
Please be respectful and considerate of others when contributing to this project.
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix:
git checkout -b feature/my-new-feature
- Make your changes and ensure they follow the project's coding style.
- Run tests to verify your changes:
pio test -e native - Commit your changes with descriptive commit messages.
- Push to your branch:
git push origin feature/my-new-feature
- Submit a Pull Request to the
mainbranch.
- We follow the Google C++ Style Guide.
- Use
clang-formatto format your code before submitting. - Ensure all new features are accompanied by unit tests.
If you find a bug or have a feature request, please open an issue on GitHub. Provide as much detail as possible, including:
- Steps to reproduce the issue
- Expected behavior
- Actual behavior
- Hardware and software versions
If you are new to the project, check out the Good First Issue label on our issue tracker. These are tasks that are perfect for beginners to get started with WiBLE.
By contributing to WiBLE, you agree that your contributions will be licensed under the MIT License.