Update contributing docs (#7447)

This is a minor change to use a generic name instead of our legacy CI
provider name in the contributing documentation.
pull/7442/head
Gokhan Gulbiz 2024-01-24 11:50:49 +03:00 committed by GitHub
parent 863713e9b7
commit 3ffb831beb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ that are missing in earlier minor versions.
### Following our coding conventions
CircleCI will automatically reject any PRs which do not follow our coding
CI pipeline will automatically reject any PRs which do not follow our coding
conventions. The easiest way to ensure your PR adheres to those conventions is
to use the [citus_indent](https://github.com/citusdata/tools/tree/develop/uncrustify)
tool. This tool uses `uncrustify` under the hood.