diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b1a3538..a50c61f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ while (condition) { ## Function declaration ``` -void do_this() +void doThis() { ... } @@ -123,4 +123,4 @@ Header files are composed of sections. The order of sections is fixed. Every hea ## Semantics -The build process must not yield any warnings. +The build process must not yield any warnings, and the build must pass [on Travis](https://travis-ci.org/UltimateHackingKeyboard/firmware).