From 846166ffa0b31738729d07fe422ddfc9a8ee65d2 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 20:16:08 +0000 Subject: [PATCH] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 7f5c1f95..e5a6cf25 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -141,6 +141,15 @@ "contributions": [ "doc" ] + }, + { + "login": "lpulley", + "name": "Logan Pulley", + "avatar_url": "https://avatars.githubusercontent.com/u/7193187?v=4", + "profile": "https://github.com/lpulley", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, @@ -148,5 +157,6 @@ "projectOwner": "tj-actions", "repoType": "github", "repoHost": "https://github.com", - "skipCi": true + "skipCi": true, + "commitConvention": "angular" }