From 8589a2f7c943815e87200139b616b3e5873b5a9a Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Mon, 13 Nov 2023 18:07:48 +0100 Subject: [PATCH] update contributors --- .all-contributorsrc | 9 ++++++++- .tributors | 9 ++++++++- README.md | 2 +- src/appendices/contributors.md | 2 +- tools/add_contributors.py | 1 + 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 50fb6dc94c..7d85506d8a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -3140,7 +3140,14 @@ "tool", "question", "bug", - "code" + "code", + "data", + "fundingFinding", + "ideas", + "plugin", + "review", + "userTesting", + "infra" ], "login": "yarikoptic", "name": "Yaroslav O. Halchenko", diff --git a/.tributors b/.tributors index 7601d933f7..fa5b1a18f2 100644 --- a/.tributors +++ b/.tributors @@ -3063,7 +3063,14 @@ "tool", "question", "bug", - "code" + "code", + "data", + "fundingFinding", + "ideas", + "plugin", + "review", + "userTesting", + "infra" ], "email": "debian@onerussian.com", "name": "Yaroslav O. Halchenko", diff --git a/README.md b/README.md index ccf896e365..574659f292 100644 --- a/README.md +++ b/README.md @@ -480,7 +480,7 @@ Thanks goes to these wonderful people. Wouter V. Potters
Wouter V. Potters

💻 📖 Xiangrui Li
Xiangrui Li

📖 💻 - Yaroslav O. Halchenko
Yaroslav O. Halchenko

📖 📢 🔧 💬 🐛 💻 + Yaroslav O. Halchenko
Yaroslav O. Halchenko

📖 📢 🔧 💬 🐛 💻 🔣 🔍 🤔 🔌 👀 📓 🚇 Yoni Ashar
Yoni Ashar
📖 Yuan Wang
Yuan Wang
💻 Zachary Michael
Zachary Michael
📖 diff --git a/src/appendices/contributors.md b/src/appendices/contributors.md index e9d9755803..315523a1a5 100644 --- a/src/appendices/contributors.md +++ b/src/appendices/contributors.md @@ -357,7 +357,7 @@ If you contributed to the BIDS ecosystem and your name is not listed, please add | William Triplett | 📖 | | Wouter V. Potters | 💻📖 | | Xiangrui Li | 📖💻 | -| Yaroslav O. Halchenko | 📖📢🔧💬🐛💻 | +| Yaroslav O. Halchenko | 📖📢🔧💬🐛💻🔣🔍🤔🔌👀📓🚇 | | Yoni Ashar | 📖 | | Yuan Wang | 💻 | | Zachary Michael | 📖 | diff --git a/tools/add_contributors.py b/tools/add_contributors.py index 8c3891d26e..1bf7d0833a 100644 --- a/tools/add_contributors.py +++ b/tools/add_contributors.py @@ -108,6 +108,7 @@ def emoji_map(reverse=False) -> dict[str, str]: "tutorial": ":check_mark_button:", "maintenance": ":construction:", "financial": ":dollar_banknote:", + "infra": ":metro:", }