Update contribution format guidelines

This commit is contained in:
Brendan LE GLAUNEC
2016-12-02 11:49:38 +01:00
committed by Brendan Le Glaunec
parent 832e4f9fa2
commit c56cce6319
+1 -1
View File
@@ -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.