diff --git a/.all-contributorsrc b/.all-contributorsrc index f773fff..6360d8e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -9,8 +9,20 @@ "imageSize": 100, "commit": false, "commitConvention": "none", - "contributors": [], + "contributors": [ + { + "login": "sjpfenninger", + "name": "Stefan Pfenninger-Lee", + "avatar_url": "https://avatars.githubusercontent.com/u/141709?v=4", + "profile": "http://www.pfenninger.org", + "contributions": [ + "ideas", + "doc" + ] + } + ], "contributorsPerLine": 7, "linkToUsage": false, - "contributorsSortAlphabetically": true + "contributorsSortAlphabetically": true, + "commitType": "docs" }