From b0216c5f323ccc6b4e97cf58a57ac55a18458d7e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:06:51 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ec5c37..d5f4e07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) [![Go Reference](https://pkg.go.dev/badge/github.com/nao1215/markdown.svg)](https://pkg.go.dev/github.com/nao1215/markdown) [![MultiPlatformUnitTest](https://github.com/nao1215/markdown/actions/workflows/unit_test.yml/badge.svg)](https://github.com/nao1215/markdown/actions/workflows/unit_test.yml) @@ -756,6 +756,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Karthik Sundari
Karthik Sundari

💻 Avihuc
Avihuc

💻 Clarance Liberiste Ntwari
Clarance Liberiste Ntwari

💻 + Amitai Frey
Amitai Frey

💻 From 68c917851d1f43b3cdc9b98770c03248d8818172 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:06:53 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 832078e..4ccf084 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -45,8 +45,18 @@ "contributions": [ "code" ] + }, + { + "login": "amitaifrey", + "name": "Amitai Frey", + "avatar_url": "https://avatars.githubusercontent.com/u/7527632?v=4", + "profile": "https://github.com/amitaifrey", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, - "linkToUsage": true + "linkToUsage": true, + "commitType": "docs" }