From 2d1d2ba65faea6a4d5cf658d2fe76cbc3bac32d5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 18:11:06 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 286d29bc95..e74495b827 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Prisma Documentation - -[badge-all-contributors]: https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square - +[badge-all-contributors]: https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square @@ -176,19 +174,22 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - - - - - - - - - - - + + + + + + + + + + + + + + + +

Jan Piotrowski

๐Ÿ“–

Daniel Norman

๐Ÿ“– ๐Ÿ’ก

Gรฉrรดme Grignon

๐Ÿ“– ๐Ÿ’ก

Allison Clift-Jennings

๐Ÿ“– ๐Ÿ’ก

Yao Hsiao

๐Ÿ“–

Daniel Weinmann

๐Ÿ“–

Rowin Hernรกndez

๐Ÿ“–

Shigenobu Nishikawa

๐Ÿ’ก

Austin Baldwin

๐Ÿ“–
Jan Piotrowski
Jan Piotrowski

๐Ÿ“–
Daniel Norman
Daniel Norman

๐Ÿ“– ๐Ÿ’ก
Gรฉrรดme Grignon
Gรฉrรดme Grignon

๐Ÿ“– ๐Ÿ’ก
Allison Clift-Jennings
Allison Clift-Jennings

๐Ÿ“– ๐Ÿ’ก
Yao Hsiao
Yao Hsiao

๐Ÿ“–
Daniel Weinmann
Daniel Weinmann

๐Ÿ“–
Rowin Hernรกndez
Rowin Hernรกndez

๐Ÿ“–
Shigenobu Nishikawa
Shigenobu Nishikawa

๐Ÿ’ก
Austin Baldwin
Austin Baldwin

๐Ÿ“–
James Zhang
James Zhang

๐Ÿ›
From d78471be23f5ad4d49c2658b205d5bef881dd7c0 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 18:11:07 +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 2cf21e93e2..585546e790 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -88,6 +88,15 @@ "contributions": [ "doc" ] + }, + { + "login": "jameszhang-a", + "name": "James Zhang", + "avatar_url": "https://avatars.githubusercontent.com/u/83667312?v=4", + "profile": "https://jameszhanga.com", + "contributions": [ + "bug" + ] } ], "contributorsPerLine": 7, @@ -96,5 +105,6 @@ "repoType": "github", "repoHost": "https://github.com", "skipCi": true, - "badgeTemplate": "[badge-all-contributors]: https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square" + "badgeTemplate": "[badge-all-contributors]: https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square", + "commitConvention": "angular" }