From 7472849355a424753190733f29459aa27e5ad919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Fri, 16 Jun 2017 01:00:03 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).