From 455ab84fb7c3fdde877a7c320c396634a72fc994 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 01:13:48 +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 edf1a7787..9930db659 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Coding Train Website -[![All Contributors](https://img.shields.io/badge/all_contributors-18-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors-) This repo holds the website for [thecodingtrain.com](https://thecodingtrain.com/). The website is built with: @@ -65,6 +65,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Francis Turmel
Francis Turmel

💻 Kobe Liesenborgs
Kobe Liesenborgs

🖋 Simon Tiger
Simon Tiger

🤔 + kaitabuchi
kaitabuchi

🤔 From 2b3505ca7eb628dd45d90feeb0c79c7901dc62bf Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 01:13:49 +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 5973a3a0b..a7872dd46 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -171,6 +171,15 @@ "contributions": [ "ideas" ] + }, + { + "login": "kaitabuchi314", + "name": "kaitabuchi", + "avatar_url": "https://avatars.githubusercontent.com/u/93952418?v=4", + "profile": "https://kaitab.net/", + "contributions": [ + "ideas" + ] } ], "contributorsPerLine": 7, @@ -179,5 +188,6 @@ "repoType": "github", "repoHost": "https://github.com", "skipCi": true, - "commitConvention": "angular" + "commitConvention": "angular", + "commitType": "docs" }