From fb67bffc28736705e93bec1289f169b553030998 Mon Sep 17 00:00:00 2001 From: Seth Landry Date: Thu, 16 Jan 2025 11:03:17 -0600 Subject: [PATCH] Create cla.json { "signatures": [ { "name": "Contributor Name", "github": "contributor_github_username", "date": "2025-01-16" } // Add more signatures as needed ] } --- cla.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cla.json diff --git a/cla.json b/cla.json new file mode 100644 index 000000000000..1a60b0172512 --- /dev/null +++ b/cla.json @@ -0,0 +1,10 @@ +{ + "signatures": [ + { + "name": "Contributor Name", + "github": "contributor_github_username", + "date": "2025-01-16" + } + // Add more signatures as needed + ] +}