From d8bb8c58d04ba57d34bc0543ca9de194b5f44711 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 6 Mar 2026 16:21:42 -0600 Subject: [PATCH] refac --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9a19bfa6b4..8726cb9990 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -88,9 +88,12 @@ This is to ensure large feature PRs are discussed with the community first, befo 🚨 DO NOT DELETE THE TEXT BELOW 🚨 Keep the "Contributor License Agreement" confirmation text intact. Deleting it will trigger the CLA-Bot to INVALIDATE your PR. + +Your PR will NOT be reviewed or merged until you check the box below confirming that you have read and agree to the terms of the CLA. --> -By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. +- [ ] By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](./CLA.md), and I am providing my contributions under its terms. + > [!NOTE] > Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.