Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 2.05 KB

CONTRIBUTING.md

File metadata and controls

71 lines (45 loc) · 2.05 KB

Contributing Guidelines

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.

Table of Contents

How to Contribute

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine:

    git clone https://github.com/your-username/IoTExplorerHub.git
  3. Create a new branch for your changes:

    git checkout -b feature/your-feature
  4. Make your changes and commit them with a descriptive commit message:

    git add .
    git commit -m "Add your descriptive message here"
  5. Push your changes to your fork:

    git push origin feature/your-feature
  6. Open a pull request on the main repository.

  7. Your pull request will be reviewed, and once approved, it will be merged.

Reporting Issues

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.

Submitting Pull Requests

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.

Coding Standards

Please follow the established coding standards and conventions in the project. Consistent code style makes the project more maintainable.

License

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!