From e1f02b22b5da1388c405774fa27468a50d921bc3 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 01:56:03 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1151861d..a01f2b2e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pyOpenSci Scientific Python Open Source Packaging Guide -[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/pyopensci/python-package-guide?color=purple&display_name=tag&style=plastic) @@ -94,6 +94,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Stefan van der Walt
Stefan van der Walt

💻 🎨 👀 Eli Schwartz
Eli Schwartz

💻 🎨 👀 + + Ralf Gommers
Ralf Gommers

💻 🎨 👀 + From 2e8983c70b5a926983d88322142adf327ee18dde Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 01:56:04 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 697ddd3b0..2c84719c8 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -149,6 +149,17 @@ "design", "review" ] + }, + { + "login": "rgommers", + "name": "Ralf Gommers", + "avatar_url": "https://avatars.githubusercontent.com/u/98330?v=4", + "profile": "https://github.com/rgommers/", + "contributions": [ + "code", + "design", + "review" + ] } ], "contributorsPerLine": 7,