diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..8ed3e7b --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "jannikac", + "name": "jannikac", + "avatar_url": "https://avatars.githubusercontent.com/u/21014142?v=4", + "profile": "https://github.com/jannikac", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "gandi-live-dns-rust", + "projectOwner": "SeriousBug" +}