From 34cf82b848bc9cd8f2e85f673085af7c12a83cfc Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 15:14:10 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55e588a..ca507ab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Add & Commit -[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) You can use this GitHub Action to commit changes made in your workflow run directly to your repo: for example, you use it to lint your code, update documentation, commit updated builds, etc.... @@ -160,6 +160,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
jhhughes

🐛
Brahma Dev

🐛
Felix Rojo Lapalma

🐛 +
Robin Wijnant

🐛 💻 From 4d0876f6b076ed22336652a69d15356b5c5bd0d2 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 15:14:11 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index cdcdc20..352deba 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -64,6 +64,16 @@ "contributions": [ "bug" ] + }, + { + "login": "RobinWijnant", + "name": "Robin Wijnant", + "avatar_url": "https://avatars3.githubusercontent.com/u/33033209?v=4", + "profile": "http://robinwijnant.me", + "contributions": [ + "bug", + "code" + ] } ], "contributorsPerLine": 7,