# Contributing to mqtt-packet Feel free to contribute in the form of suggestions, bug reports, pull requests, and feedback. ## Running the test suite Please check that the test suite passes locally before submitting a pull request with your changes. If you are adding functionality, please add unit, doc, and/or integration tests where appropriate. ```sh cargo test ```