Skip to content

Commit 656a12e

Browse files
Merge pull request #126 from RobbieG15/rgreenslade-fix-contrib
Fix: Typos and bash inside Contribution.md
2 parents 19e4989 + b3738fe commit 656a12e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/Contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Ideally, try to add packages to all of these platforms. The name of the package
2828
Sometimes, it may be required to patch the packages. An example of how to do so can be found in [this PR](https://github.com/RoboStack/ros-noetic/pull/32). Generating the patch can be done as follows:
2929

3030
1. Modify the `vinca_*.yaml` file, but just adding the package you want to create the patch for
31-
2. Run `pixi run build`. This will either succeded it the package can be built without any patch, or fail if a patch is required to actually build the package.
31+
2. Run `pixi run build`. This will either succeded if the package can be built without any patch, or fail if a patch is required to actually build the package.
3232
4. Start a shell and go inside the repository to be edited. It should be located in `<robostack folder>/output/src_cache/<repo_name>`, where `<robostack folder>` is the folder where you run `pixi run build` and `<repo_name>` is the name of the repository associated to the package in the `url:` attribute of the repo in the `rosdistro_snapshot.yaml`
3333
5. Apply the changes that you would like to store into the patch
3434
6. Create a patch file with `git diff > changes.patch`
@@ -53,15 +53,15 @@ Clone the relevant repo:
5353

5454
```bash
5555
git clone https://github.com/RoboStack/ros-humble.git # or: git clone https://github.com/RoboStack/ros-noetic.git or git clone https://github.com/RoboStack/ros-jazzy.git or git clone https://github.com/RoboStack/ros-kilted.git
56-
```bash
56+
```
5757

5858
Then move in the newly cloned repo, and if necessary do any change to the `vinca_*.yaml` file for your platform:
5959

6060
```bash
6161
cd ros-humble # or: cd ros-noetic or cd ros-jazzy or cd ros-kilted
62-
```bash
62+
```
6363

64-
then you can build the packages that need to be built after the `vinca_***.yaml` changes with:
64+
Then you can build the packages that need to be built after the `vinca_***.yaml` changes with:
6565

6666
```bash
6767
pixi run build

0 commit comments

Comments
 (0)