update CONTRIBUTING.md

This commit is contained in:
derselbst 2019-03-10 10:20:34 +01:00
parent 0cd44d00e1
commit 279be21edb

View file

@ -20,7 +20,7 @@ Some things that will increase the chance that your pull request or patch is acc
## Style Guide
Find FluidSynth's style guide below. Syntax related issues, like missing braces, will be automatically taken care of when compiling fluidsynth by calling `make` (provided that cmake has found `clang-tidy >= 5.0` on your system). An explicit reformatting can be achieved using `make format` (provided that cmake has found `clang-format` on your system).
Find FluidSynth's style guide below. Syntax related issues, like missing braces, can be taken care of by calling `make format` (provided that cmake has found `astyle` on your system).
#### General
* Every function should have a short comment explaining it's purpose