From c4ee36fb67d48afead91d764b0ea37d0a441c9d0 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 20:22:14 +0000 Subject: [PATCH] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index a810e44..e30961b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -13,6 +13,16 @@ "contributions": [ "doc" ] + }, + { + "login": "anjos", + "name": "André Anjos", + "avatar_url": "https://avatars.githubusercontent.com/u/46305?v=4", + "profile": "https://anjos.ai", + "contributions": [ + "ideas", + "bug" + ] } ], "contributorsPerLine": 7, @@ -20,5 +30,6 @@ "projectOwner": "RhetTbull", "repoType": "github", "repoHost": "https://github.com", - "skipCi": true + "skipCi": true, + "commitConvention": "angular" }