From 6f09f99eb83c46d2275df17ecba09a021711603d Mon Sep 17 00:00:00 2001 From: Brendan LE GLAUNEC Date: Fri, 2 Dec 2016 11:49:38 +0100 Subject: [PATCH] Update contribution format guidelines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b35fa32..c8f9d15 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ The output of Cameradar will be printed on the standard output and will also be ## Contribution -Before contributing, make sure the task you want to realize has not been assigned to someone else already, and if not don't forget to assign it to yourself and move it to `In progress` in the [Project page](https://github.com/EtixLabs/cameradar/projects/1). Then before submitting your pull request, please use clang-format to format your code. +Before contributing, make sure the task you want to realize has not been assigned to someone else already, and if not don't forget to assign it to yourself and move it to `In progress` in the [Project page](https://github.com/EtixLabs/cameradar/projects/1). Then before submitting your pull request, please use `clang-format` to format your C++ code and `go-fmt` for Golang code. You can ask for a merge of your pull request directly on the master branch, as I don't really feel the need for a develop branch at the moment.