Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.81 KB

CONTRIBUTING.md

File metadata and controls

62 lines (36 loc) · 1.81 KB

Contributing to EdgeLink

Thank you for considering contributing to the EdgeLink! Contributions are essential to making open source projects successful.

How to Contribute

  1. Fork the repository.

  2. Clone the forked repository to your local machine:

    git clone https://github.com/edge-link/edgelink.rs.git
    cd edgelink.rs
  3. Create a new branch for your feature or bug fix:

    git checkout -b feature-name
  4. Make your changes, and ensure they follow the coding style and guidelines.

  5. Test your changes thoroughly.

  6. Commit your changes:

    git commit -m "Your descriptive commit message"
  7. Push your changes to your forked repository:

    git push origin feature-name
  8. Create a pull request (PR) on the main repository.

Code Style and Guidelines

  • Follow the existing code style used in the project.

  • Keep code changes focused and small for easier review.

  • Provide clear and detailed commit messages.

Reporting Issues

If you find a bug or have a feature request, please open an issue on the issue tracker. Ensure that you provide as much detail as possible, including steps to reproduce the issue.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.

Contact

If you have any questions or need clarification, feel free to reach out to the project maintainers through [email protected] or open a discussion on the GitHub Discussions page.

Thank You!

Thank you for contributing to the Node-RED Rust Backend! Your time and effort are greatly appreciated.