From d7ff0a8d8c6f70347f2ccd6eda5044dfdb7f4f7f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 06:07:54 +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 16c25e335..464c5bdde 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3608611.svg)](https://doi.org/10.5281/zenodo.3608611) [![made-with-datalad](https://www.datalad.org/badges/made_with.svg)](https://datalad.org) -[![All Contributors](https://img.shields.io/badge/all_contributors-55-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-56-orange.svg?style=flat-square)](#contributors-) # The DataLad handbook :orange_book: @@ -130,6 +130,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Austin Macdonald
Austin Macdonald

🐛 Christopher S. Hall
Christopher S. Hall

🐛 jcf2
jcf2

🐛 + Julien Colomb
Julien Colomb

🖋 From 5997ed35eb61603d4c419b786a082632a4165ef7 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 06:07:55 +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 74cab724f..fc1fc580a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -587,6 +587,15 @@ "contributions": [ "bug" ] + }, + { + "login": "jcolomb", + "name": "Julien Colomb", + "avatar_url": "https://avatars.githubusercontent.com/u/1876667?v=4", + "profile": "https://orcid.org/0000-0002-3127-5520", + "contributions": [ + "content" + ] } ], "contributorsPerLine": 7, @@ -595,5 +604,6 @@ "repoType": "github", "repoHost": "https://github.com", "skipCi": true, - "commitConvention": "angular" + "commitConvention": "angular", + "commitType": "docs" }