Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 420 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 420 Bytes

Contributing to DCSS

Coding Rules

To ensure consistency throughout the source code, please format your code using clang-format before submitting a pull request.

clang-format can be integrated with several text editor such as Emacs and Vim, see the documentation

Code quality

Ensure that your code compile without warning from the compiler and the linter.