-
Ensure the bug was not already reported by searching on GitHub under Issues. Dont forget to look under closed issues. There might be a fix but not yet included in the released version.
-
If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, Use the function on the device to extract configuration and device information (does not contain any sensitive data). This can help to pinpoint the issue.
-
Open a new GitHub pull request with the patch.
-
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
-
Before submitting, please use
pre-commit
to validate that your code contribution complies with the formatting standards for C++ and C. -
Check the contribution section under the documentation for additional information.
-
Suggest your change in the Discussion forums and start writing code.
-
Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and fixes.
- Start a discussion in the Discussion forums and start writing code.
-
Open a new GitHub pull request with the updated documentation changes.
-
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
Thanks!