From 3c8e55beb4be798a864d1698c52607d2abc82da7 Mon Sep 17 00:00:00 2001 From: mhubii Date: Wed, 12 Jun 2024 10:21:11 +0100 Subject: [PATCH] fixed order --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0a5493e4..5310de88 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,8 +14,8 @@ Contributions are vital to this project. If you want to contribute a feature / f 1. Open an issue: - Explain the issue and your solution - Request a new branch: `dev--`, e.g. `dev-humble-my-new-demo` -3. Fork this repository -4. Create a [pull request](https://github.com/lbr-stack/lbr_fri_ros2_stack/pulls) against `dev--` +2. Fork this repository +3. Create a [pull request](https://github.com/lbr-stack/lbr_fri_ros2_stack/pulls) against `dev--` ### New FRI version Refer [README](https://github.com/lbr-stack/fri#contributing) for instructions.