From 3ffb831beb420d7d0794600d3e4b3106897e0ae1 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Wed, 24 Jan 2024 11:50:49 +0300 Subject: [PATCH] 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. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eaec55c3e..e1900642d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.