Thank you for considering contributing to the EdgeLink! Contributions are essential to making open source projects successful.
-
Fork the repository.
-
Clone the forked repository to your local machine:
git clone https://github.com/edge-link/edgelink.rs.git cd edgelink.rs
-
Create a new branch for your feature or bug fix:
git checkout -b feature-name
-
Make your changes, and ensure they follow the coding style and guidelines.
-
Test your changes thoroughly.
-
Commit your changes:
git commit -m "Your descriptive commit message"
-
Push your changes to your forked repository:
git push origin feature-name
-
Create a pull request (PR) on the main repository.
-
Follow the existing code style used in the project.
-
Keep code changes focused and small for easier review.
-
Provide clear and detailed commit messages.
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.
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.
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 for contributing to the Node-RED Rust Backend! Your time and effort are greatly appreciated.