You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ To send us a pull request, please:
35
35
1. Fork the repository.
36
36
2. Modify the source; please focus on the specific change you are contributing.
37
37
If you also reformat all the code, it will be hard for us to focus on your change.
38
-
3. Ensure local tests pass. (`colcon test` and `pre-commit run -a` (requires you to install pre-commit by `pip3 install pre-commit`)
38
+
3. Ensure local tests pass. (`colcon test` and `pre-commit run -a` (requires you to install pre-commit by `sudo apt install pre-commit` on Ubuntu 24.04+)
39
39
4. Commit to your fork using clear commit messages.
40
40
5. Send a pull request, answering any default questions in the pull request interface.
41
41
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
<description>An Event-Driven, Asynchronous, Behavioral State Machine Library for ROS2 (Robotic Operating System) applications written in C++.</description>
0 commit comments