Skip to content

Commit fbdd75d

Browse files
kamilritzRomanBapst
andcommitted
Update CONTRIBUTING.md
Co-Authored-By: Roman Bapst <[email protected]>
1 parent 5d38b73 commit fbdd75d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There are multiple checks run on a submitted PR:
2222
| - **Build tests** | Checks if the submitted code is building on various platforms. |
2323
| - **Unit tests** | Run checks if the code is satisfying test cases in `tests/` and report code coverage. |
2424
| - **Format checks** | Check if the files specified in `/tools/format.sh` match the style specified in `.clang-format`. Run [auto-formatting](#Auto-Formatting) |
25-
| - **Firmware build tests**| Load Firmware and checks if ECL compiles with it. It tries to checkout to a branch on PX4/Firmware with the same name as the branch name on ECL. If it can not find a branch with the same name, it will checkout to master. |
25+
| - **Firmware build tests**| Pulls PX4/Firmware and checks if the current branch of ECL compiles with it. It tries to checkout a branch in PX4/Firmware with the name matching the current ECL branch name. If a branch with that name does not exist then it will checkout master. |
2626

2727
## Unit tests
2828
# How to run the tests
@@ -34,4 +34,3 @@ make test
3434
# How to add a test
3535
tbd
3636

37-

0 commit comments

Comments
 (0)