diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..d7240fd --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "EiffL", + "name": "Francois Lanusse", + "avatar_url": "https://avatars.githubusercontent.com/u/861591?v=4", + "profile": "http://flanusse.net", + "contributions": [ + "infra", + "test", + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "JaxPM", + "projectOwner": "DifferentiableUniverseInitiative", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}