Thank you for considering contributing to the IoTExplorerHub repository! Contributions are essential for the success of this project. Please take a moment to review the following guidelines before getting started.
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine:
git clone https://github.com/your-username/IoTExplorerHub.git
-
Create a new branch for your changes:
git checkout -b feature/your-feature
-
Make your changes and commit them with a descriptive commit message:
git add . git commit -m "Add your descriptive message here"
-
Push your changes to your fork:
git push origin feature/your-feature
-
Open a pull request on the main repository.
-
Your pull request will be reviewed, and once approved, it will be merged.
If you encounter any issues or have suggestions for improvements, please open an issue on the Issues page.
When reporting an issue, please include:
- A clear and descriptive title.
- A detailed description of the issue, including steps to reproduce it.
- Screenshots or error messages if applicable.
When submitting a pull request, please:
- Provide a clear and descriptive title for the pull request.
- Include a detailed description of the changes made.
- Reference any related issues.
Please follow the established coding standards and conventions in the project. Consistent code style makes the project more maintainable.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing to the IoTExplorerHub repository!