File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
We encourage everyone to contribute improvements and bug fixes to SymCC. Our
4
4
preferred way of accepting contributions is via GitHub pull requests. Please be
5
- sure to run clang-format on any C/C++ code you change, and ideally add a test to
6
- your patch. Unfortunately, since the project is a bit short on developers at the
5
+ sure to run clang-format on any C/C++ code you change; an easy way to do so is
6
+ with ` git clang-format --style LLVM ` just before committing. (On Ubuntu, you can
7
+ get ` git-clang-format ` via ` apt install clang-format ` .) Ideally, also add a test
8
+ to your patch (see the
9
+ [ docs] ( https://github.com/eurecom-s3/symcc/blob/master/docs/Testing.txt ) for
10
+ details). Unfortunately, since the project is a bit short on developers at the
7
11
moment, we have to ask for your patience while we review your PR.
8
12
9
13
Please note that any contributions you make are licensed under the same terms as
You can’t perform that action at this time.
0 commit comments