From cd3f534a2f3bf81fcf357e46404dc182250c1c0e Mon Sep 17 00:00:00 2001 From: Jason McIntosh Date: Thu, 1 May 2025 12:59:16 -0400 Subject: [PATCH 1/2] Clarify that the "workflow integrations" are specifically about ticket management (except for CircleCI), and expand the discussion of ticket-management features. Add appropriate links. --- docs/overview/introduction.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/overview/introduction.md b/docs/overview/introduction.md index 56161eba..19e14c8c 100644 --- a/docs/overview/introduction.md +++ b/docs/overview/introduction.md @@ -63,11 +63,16 @@ CodeRabbit integrates in just a few clicks with many popular Git platforms: - Azure DevOps - Bitbucket Cloud -In addition, CodeRabbit can integrate with a number of popular workflow systems: +For more information, see [Supported Git Platforms](/platforms/). +In addition, you can integrate CodeRabbit with issue-management platforms. This lets you ask CodeRabbit to create tickets during code reviews, or chat with CodeRabbit about your code from within issue comments. Compatible platforms include the following: + +- GitHub +- GitLab - Jira - Linear -- CircleCI + +For more information, see [Issue Creation](/guides/issue-creation) and [Issue Chat](/guides/issue-chat). ## Data privacy and security From b693607604385977d5800a8371ee4b3f5e3397ab Mon Sep 17 00:00:00 2001 From: Jason McIntosh Date: Thu, 1 May 2025 14:38:11 -0400 Subject: [PATCH 2/2] Split the platform integration section into Git platforms and Issue plaforms. (On the bot's advice.) --- docs/overview/introduction.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/overview/introduction.md b/docs/overview/introduction.md index 19e14c8c..2a268f7f 100644 --- a/docs/overview/introduction.md +++ b/docs/overview/introduction.md @@ -54,7 +54,7 @@ If you need to fine-tune CodeRabbit's behavior beyond this, then you can [add a No matter how you tune and customize CodeRabbit, its default settings make it useful out of the box, able to meaningfully review pull requests within minutes of its introduction to a repository. -### Platform integration options +### Git platform integration CodeRabbit integrates in just a few clicks with many popular Git platforms: @@ -65,10 +65,12 @@ CodeRabbit integrates in just a few clicks with many popular Git platforms: For more information, see [Supported Git Platforms](/platforms/). -In addition, you can integrate CodeRabbit with issue-management platforms. This lets you ask CodeRabbit to create tickets during code reviews, or chat with CodeRabbit about your code from within issue comments. Compatible platforms include the following: +### Issue-management integration -- GitHub -- GitLab +You can integrate CodeRabbit with issue-management platforms. This lets you ask CodeRabbit to create tickets during code reviews, or chat with CodeRabbit about your code from within issue comments. Compatible platforms include the following: + +- GitHub Issues +- GitLab Issues - Jira - Linear