From 30a32a75c1913d740e89b986488b7fa300d13bcf Mon Sep 17 00:00:00 2001 From: Venky Ganesh <23023424+venkywonka@users.noreply.github.com> Date: Thu, 14 Aug 2025 16:35:32 -0700 Subject: [PATCH 1/2] improve title generation Signed-off-by: Venky Ganesh <23023424+venkywonka@users.noreply.github.com> --- .coderabbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index a7d05d70d51..1644fad2728 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -20,7 +20,7 @@ language: "en-US" reviews: profile: chill auto_title_placeholder: '@coderabbitai title' - auto_title_instructions: 'Should follow the format: "[fix/feat/doc/infra/...] \". Keep it concise.' + auto_title_instructions: 'Format: "[] ". Category must be one of: fix, feat, doc, infra, style, refactor, perf, test, chore, revert. Enclose the category in square brackets. Title should be concise (<= 60 chars). Example: "[feat] Add logit_bias support".' commit_status: false collapse_walkthrough: true assess_linked_issues: true From 66e4121c50a01b1c81966f175c4251a72364d596 Mon Sep 17 00:00:00 2001 From: Venky Ganesh <23023424+venkywonka@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:42:51 -0700 Subject: [PATCH 2/2] mention in pull_request_template.md Signed-off-by: Venky Ganesh <23023424+venkywonka@users.noreply.github.com> --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 45f9ebf7f12..4665a9682a3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,6 +18,14 @@ Examples: - [https://nvbugs/1234567][fix] Fix some bugs - [#1234][doc] Update documentation - [None][chore] Minor clean-up + +Alternative (faster) way using CodeRabbit AI: + +**[JIRA ticket/NVBugs ID/GitHub issue/None] @coderabbitai title** + +NOTE: "@coderabbitai title" will be replaced by the title generated by CodeRabbit AI, that includes the "[type]" and title. +For more info, see /.coderabbit.yaml. + --> ## Description