From d5e5d318288e5600cf6174c37a90b670b33488bc Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Tue, 29 Jul 2025 14:11:17 -0300 Subject: [PATCH] Creating file for storing CLA Signatures --- .github/cla-signatures.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/cla-signatures.json diff --git a/.github/cla-signatures.json b/.github/cla-signatures.json new file mode 100644 index 0000000000000000000000000000000000000000..18d5487f322fe84049529e80586b65554b2de303 --- /dev/null +++ b/.github/cla-signatures.json @@ -0,0 +1,3 @@ +{ + "signedContributors": [] +} \ No newline at end of file