From 384b3fdb880f989d0fb1a47d69e277bcb9656da8 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Fri, 3 Jan 2025 13:11:55 +0000 Subject: [PATCH 1/2] DOC: update all-contributors --- .all-contributorsrc | 13 ++++++++++++- CONTRIBUTORS.md | 3 ++- README.md | 3 ++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index e1edd1ff..c2651c64 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -172,7 +172,9 @@ "contributions": [ "code", "doc", - "tool" + "tool", + "test", + "example" ] }, { @@ -184,6 +186,15 @@ "code", "doc" ] + }, + { + "login": "jakevdp", + "name": "Jake Vanderplas", + "avatar_url": "https://avatars.githubusercontent.com/u/781659?v=4", + "profile": "http://www.vanderplas.com/", + "contributions": [ + "review" + ] } ] } diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 79463cdd..042541ab 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -28,8 +28,9 @@ This project exists thanks to the following contributors Olivier Grisel
Olivier Grisel

💻 - Guido Imperiale
Guido Imperiale

💻 📖 🔧 + Guido Imperiale
Guido Imperiale

💻 📖 🔧 ⚠️ 💡 Evgeni Burovski
Evgeni Burovski

💻 📖 + Jake Vanderplas
Jake Vanderplas

👀 diff --git a/README.md b/README.md index 2b88f7e9..3dc28bd3 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,9 @@ This project exists thanks to the following contributors Olivier Grisel
Olivier Grisel

💻 - Guido Imperiale
Guido Imperiale

💻 📖 🔧 + Guido Imperiale
Guido Imperiale

💻 📖 🔧 ⚠️ 💡 Evgeni Burovski
Evgeni Burovski

💻 📖 + Jake Vanderplas
Jake Vanderplas

👀 From a9d9a10d61e4bdafdac815c68c5b9da33392ccd8 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Fri, 3 Jan 2025 13:12:54 +0000 Subject: [PATCH 2/2] gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 123ce998..0b377833 100644 --- a/.gitignore +++ b/.gitignore @@ -166,3 +166,8 @@ Thumbs.db # Vendor tests vendor_tests/array_api_compat/ vendor_tests/array_api_extra/ + +# all-contributors +node_modules +package.json +yarn.lock