Create CONTRIBUTING.md

This commit is contained in:
László Monda
2017-06-16 01:00:03 +02:00
committed by GitHub
parent 67900c4e8e
commit 7472849355

View File

@@ -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).