From f8ec84ada038ecb9c3c452656a29ad3b9d6c06f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Fri, 1 Nov 2024 12:03:52 +0100 Subject: [PATCH] Update .all-contributorsrc to match p5.js' settings --- .all-contributorsrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 771cd6c8b..4e28fbf8e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,16 @@ { "projectName": "processing4-carbon-aug-19", "projectOwner": "processing" + "files": [ + "README.md" + ], + "imageSize": 120, + "contributorsPerLine": 6, + "commit": true, + "contributors": [], + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true, + "commitConvention": "angular", + "commitType": "docs" }