From b0954eeddcd9a8a6be38c72554726ccb265b21c9 Mon Sep 17 00:00:00 2001 From: DJ Chase Date: Wed, 18 Mar 2026 20:41:41 -0400 Subject: [PATCH] fix: Mention CLA in CONTRIBUTING.md (#2804) Mention CLA in CONTRIBUTING.md Closes: #2146 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fea421b2..75cdacee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ Bug reports and feature suggestions must use descriptive and concise titles and ## Pull requests > ### Legal Notice -> When contributing to this project, you must agree that you have authored 100% of the content, that you have the necessary rights to the content and that the content you contribute may be provided under the project license. +> When contributing to this project, you must agree that you have authored 100% of the content, that you have the necessary rights to the content and that the content you contribute may be provided under the project license. You will also be asked to [sign the CLA](https://github.com/cinnyapp/cla) upon submiting your pull request. **NOTE: If you want to add new features, please discuss with maintainers before coding or opening a pull request.** This is to ensure that we are on same track and following our roadmap.