update contributing (#3284)

pull/3286/head^2
SaitTalhaNisanci 2019-12-11 20:55:21 +03:00 committed by GitHub
parent c2823c9349
commit 3422e79f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -132,10 +132,9 @@ tool.
popd popd
``` ```
Once you've done that, you can run the `citus_indent` command to recursively check and Once you've done that, you can run the `make reindent` command from the top directory to recursively check and
correct the style of any source files in the current directory. You can also run `make correct the style of any source files in the current directory. Under the hood, `make reindent` will run `citus_indent` and some
reindent` from within the Citus repo to correct the style of all source files in the other style corrections for you.
repository.
### Making SQL changes ### Making SQL changes