From 51e40fdb1554f138e59cda832cbdaf6e109ff835 Mon Sep 17 00:00:00 2001 From: kbhatianr Date: Wed, 17 Dec 2025 11:29:59 -0800 Subject: [PATCH] Update README.md Add details about the CLA process and how to trigger a check manually. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0d8d4f6..c3cb832 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,9 @@ to use one's personal email address in the contact details, rather than an not published. [![Build Status](https://travis-ci.com/trinodb/cla.svg?branch=master)](https://travis-ci.com/trinodb/cla) + +## Process +After submission of the signed CLA, a manual process must be run to add the github handle into the +[contributors](https://github.com/trinodb/cla/blob/master/contributors) file. +Once that is done, the `cla-bot` will pass the checks on any pull requests submitted from that github handle. +If the bot does not automatically check, you may manually trigger a check with commenting `cla-bot check` on the PR.