Create CONTRIBUTING.md
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user