From d0095f44b4246d405f930fc457d9fbdf2984bf61 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:02:52 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00cef8003..459e66160 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ Thanks especially to the gracious help of Uproot contributors (including the [or renyhp
renyhp

💻 Lindsey Gray
Lindsey Gray

💻 ioanaif
ioanaif

💻 + OTABI Tomoya
OTABI Tomoya

⚠️ From d85d99889b1d811d817da5d18ebd159dece491cf Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:02:53 +0000 Subject: [PATCH 2/2] 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 30aa9c8f2..58561eaf9 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -488,6 +488,15 @@ "contributions": [ "code" ] + }, + { + "login": "natsukium", + "name": "OTABI Tomoya", + "avatar_url": "https://avatars.githubusercontent.com/u/25083790?v=4", + "profile": "https://github.com/natsukium", + "contributions": [ + "test" + ] } ], "contributorsPerLine": 7, @@ -496,5 +505,6 @@ "repoType": "github", "repoHost": "https://github.com", "skipCi": true, - "commitConvention": "angular" + "commitConvention": "angular", + "commitType": "docs" }