From 3d1717733ddd45c89d23224e8a89e3e515894485 Mon Sep 17 00:00:00 2001 From: Pranav Gaddamadugu Date: Fri, 6 Oct 2023 21:16:18 -0400 Subject: [PATCH 1/2] Add CONTRIBUTORS.md file --- CONTRIBUTORS.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000000..e69de29bb2 From 17a09ea228f53e9b2218f9e172d2d0fc918b2962 Mon Sep 17 00:00:00 2001 From: Pranav Gaddamadugu Date: Fri, 6 Oct 2023 21:16:43 -0400 Subject: [PATCH 2/2] Add .all-contributorsrc file --- .all-contributorsrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000000..89b3f3f6ef --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,17 @@ +{ + "projectName": "leo", + "projectOwner": "AleoHQ", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "CONTRIBUTORS.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributorsSortAlphabetically": false, + "linkToUsage": true, + "skipCi": true, + "contributors": [] +}