diff --git a/.all-contributorsrc b/.all-contributorsrc index 409f987b..341d4951 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -23,6 +23,15 @@ "contributions": [ "doc" ] + }, + { + "login": "stehlih", + "name": "Heiko Stehli", + "avatar_url": "https://avatars.githubusercontent.com/u/43820014?v=4", + "profile": "https://github.com/stehlih", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, @@ -31,5 +40,6 @@ "repoType": "github", "repoHost": "https://github.com", "commitConvention": "none", - "skipCi": true + "skipCi": true, + "commitType": "docs" }