Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 2.08 KB

CONTRIBUTING.md

File metadata and controls

36 lines (27 loc) · 2.08 KB

Contributing to IoT-MQTT-Utils

We welcome contributions from the community and are grateful for your help in making IoT-MQTT-Utils better. Whether you're fixing a bug, adding a feature, or improving the documentation, we appreciate your contributions.

How to Contribute

Here are some ways you can contribute to the project:

  • Report bugs and request features
  • Write code to fix bugs or add new features
  • Improve the documentation
  • Test the code and provide feedback

Reporting Bugs and Requesting Features

  • To report a bug or request a feature, please open a new issue on GitHub. Be sure to include a description of the problem and the steps to reproduce it, if applicable.

Writing Code

If you'd like to contribute code to fix a bug or add a new feature, here are the steps to get started:

  1. Fork the repository on GitHub.
  2. Clone the repository to your local machine.
  3. Create a new branch for your changes.
  4. Make the changes and test them thoroughly.
  5. Push the changes to your fork on GitHub.
  6. Submit a pull request to the main repository.
  7. Please make sure your code follows the existing coding style and conventions, and include appropriate tests.

Improving the Documentation

If you find an issue with the documentation, or if you'd like to contribute new or improved documentation, please open a new issue or submit a pull request with the changes.

Testing the Code

We encourage you to test the code and provide feedback, especially if you're using it in a real-world setting. If you find a bug or have a question, please open a new issue on GitHub.

Code of Conduct

By contributing to IoT-MQTT-Utils, you agree to follow our Code of Conduct.

Acknowledgments

We will acknowledge your contributions and keep you updated on the status of your pull requests and issues. Thank you for your help in making IoT-MQTT-Utils better!