Contributing to rmw
May 7, 2026 ยท View on GitHub
Bug Reports
Anyone may open an issue.
Coding Standards
The goal is to use a style similar to GNU Coding Standards, but braces not indented:
if (cli_user_options.list)
{
list_waste_folders(st_config_data.st_waste_folder_props_head);
return 0;
}
You can format code automatically by using indent with the following arguments:
indent -ci2 -bl -bli0 -nut -npcs
Website
See Website Design for information specific to the rmw website.
Translating
See the translating page on the website.
Patches and Pull Requests
To prevent work-overlap, please post on a ticket if you'll be working on a specific issue (or create a ticket if there's not one open yet. Note: If more than one person submits a patch for the same thing, your patch may get rejected.
Note: If you agreed to work to work on a ticket but later find that you're unable to work on it, or if you changed your mind, please post again on the ticket to let everyone know it's up for grabs.
You can use The GitHub flow, which mostly just involves creating a separate branch for each patch you're working on. Using that method helps prevent merge conflicts later. Note that you should never need to work on the master branch or merge your patches into the master branch (don't forget to periodically sync your repo.)
Source code patches should only contain changes related to a single issue. This helps speed up the review and discussion process. However, if you're helping fix typos and grammar errors in documentation, multiple changes in one PR is fine. General rule of thumb for documentation patches on this project is 5 unrelated changes or fewer to a PR. But if they are only one-word or letter changes, I can be flexible and more than 5 will still be gratefully accepted for review.
If you submit a pull request, please add yourself (along with your personal link) to AUTHORS.md