-
Notifications
You must be signed in to change notification settings - Fork 79
Move the note to the right position #1259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR reformats the README.md file to improve readability and consistency. The changes focus on repositioning a note about ROS 2 support and making various formatting improvements.
- Moved the note about ROS 2 LTS releases from the table footer to a proper blockquote position
- Applied consistent formatting to code blocks and notes throughout the document
- Improved spacing and formatting in various sections
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| | Rolling<br>Kilted<br>Jazzy<br>Humble | [](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-x64-push-test.yml?query=branch%3Adevelop)<br> [](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-arm64-push-test.yml?query=branch%3Adevelop)<br> [](https://github.com/RobotWebTools/rclnodejs/actions/workflows/windows-push-test.yml?query=branch%3Adevelop) | | ||
| | **ROS Distro\*** | **Status** | | ||
| | :----------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | ||
| | Rolling<br>Kilted<br>Jazzy<br>Humble | [](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-x64-push-test.yml?query=branch%3Adevelop)<br>[](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-arm64-push-test.yml?query=branch%3Adevelop)<br>[](https://github.com/RobotWebTools/rclnodejs/actions/workflows/windows-push-test.yml?query=branch%3Adevelop) | |
Copilot
AI
Sep 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] The removal of spaces after <br> tags reduces readability. Consider maintaining spaces after line break tags for better source code readability: <br> instead of <br>.
| | Rolling<br>Kilted<br>Jazzy<br>Humble | [](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-x64-push-test.yml?query=branch%3Adevelop)<br>[](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-arm64-push-test.yml?query=branch%3Adevelop)<br>[](https://github.com/RobotWebTools/rclnodejs/actions/workflows/windows-push-test.yml?query=branch%3Adevelop) | | |
| | Rolling<br> Kilted<br> Jazzy<br> Humble | [](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-x64-push-test.yml?query=branch%3Adevelop)<br>[](https://github.com/RobotWebTools/rclnodejs/actions/workflows/linux-arm64-push-test.yml?query=branch%3Adevelop)<br>[](https://github.com/RobotWebTools/rclnodejs/actions/workflows/windows-push-test.yml?query=branch%3Adevelop) | |
This PR reformats the README.md file to improve readability and consistency. The changes focus on repositioning a note about ROS 2 support and making various formatting improvements. - Moved the note about ROS 2 LTS releases from the table footer to a proper blockquote position - Applied consistent formatting to code blocks and notes throughout the document - Improved spacing and formatting in various sections Fix: #1259
This PR reformats the README.md file to improve readability and consistency. The changes focus on repositioning a note about ROS 2 support and making various formatting improvements.
Fix: #1259