From e9e76bc4aecff7fe4b3deb0e277af70f9bd55e1f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 08:53:48 +0000 Subject: [PATCH 1/7] update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3455daae2..08f885b1e 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ There are many ways to participate. From reporting bugs and requesting features renanalmeidjr
renanalmeidjr

🐛 soumyananda
soumyananda

👀 Arjen Huitema
Arjen Huitema

💻 + Mubarak Tanseer
Mubarak Tanseer

🐛 From d320976a03a07f1cad84ddf807eb23a5b6763373 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 08:53:49 +0000 Subject: [PATCH 2/7] update docs/README.md --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 848aaf497..eeee3a856 100644 --- a/docs/README.md +++ b/docs/README.md @@ -111,6 +111,7 @@ All the main changes are tracked in the changelog. For additional details, refer renanalmeidjr
renanalmeidjr

🐛 soumyananda
soumyananda

👀 Arjen Huitema
Arjen Huitema

💻 + Mubarak Tanseer
Mubarak Tanseer

🐛 From 296d645bae4f510328703492f3c790f10deff2b9 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 08:53:50 +0000 Subject: [PATCH 3/7] update .all-contributorsrc --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 4593445a6..855351d36 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -261,6 +261,15 @@ "contributions": [ "code" ] + }, + { + "login": "mutansee", + "name": "Mubarak Tanseer", + "avatar_url": "https://avatars.githubusercontent.com/u/64589176?v=4", + "profile": "https://github.com/mutansee", + "contributions": [ + "bug" + ] } ], "commitType": "docs", From 17e10b4bb2c09399006cc022779e3e148e8b417e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 14:57:17 +0000 Subject: [PATCH 4/7] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08f885b1e..628f4a5cd 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ There are many ways to participate. From reporting bugs and requesting features renanalmeidjr
renanalmeidjr

🐛 soumyananda
soumyananda

👀 Arjen Huitema
Arjen Huitema

💻 - Mubarak Tanseer
Mubarak Tanseer

🐛 + Mubarak Tanseer
Mubarak Tanseer

🐛 📖 From 3e1217c5479053808df25dfbbab01664f01f2a82 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 14:57:21 +0000 Subject: [PATCH 5/7] update .all-contributorsrc --- .all-contributorsrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 855351d36..44bb47789 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -268,7 +268,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/64589176?v=4", "profile": "https://github.com/mutansee", "contributions": [ - "bug" + "bug", + "doc" ] } ], From 2a1cf919dd53ad79572012b38f6b21383fea8805 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 14:57:39 +0000 Subject: [PATCH 6/7] update docs/README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index eeee3a856..c864d89b5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -111,7 +111,7 @@ All the main changes are tracked in the changelog. For additional details, refer renanalmeidjr
renanalmeidjr

🐛 soumyananda
soumyananda

👀 Arjen Huitema
Arjen Huitema

💻 - Mubarak Tanseer
Mubarak Tanseer

🐛 + Mubarak Tanseer
Mubarak Tanseer

🐛 📖 From a0ac69f6ff91efec2090e0728ad2a2e8e220f0fc Mon Sep 17 00:00:00 2001 From: Michael Flanakin Date: Wed, 29 Nov 2023 11:53:42 -0800 Subject: [PATCH 7/7] Apply suggestions from code review --- .all-contributorsrc | 3 +-- README.md | 2 +- docs/README.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 44bb47789..855351d36 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -268,8 +268,7 @@ "avatar_url": "https://avatars.githubusercontent.com/u/64589176?v=4", "profile": "https://github.com/mutansee", "contributions": [ - "bug", - "doc" + "bug" ] } ], diff --git a/README.md b/README.md index 628f4a5cd..08f885b1e 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ There are many ways to participate. From reporting bugs and requesting features renanalmeidjr
renanalmeidjr

🐛 soumyananda
soumyananda

👀 Arjen Huitema
Arjen Huitema

💻 - Mubarak Tanseer
Mubarak Tanseer

🐛 📖 + Mubarak Tanseer
Mubarak Tanseer

🐛 diff --git a/docs/README.md b/docs/README.md index c864d89b5..eeee3a856 100644 --- a/docs/README.md +++ b/docs/README.md @@ -111,7 +111,7 @@ All the main changes are tracked in the changelog. For additional details, refer renanalmeidjr
renanalmeidjr

🐛 soumyananda
soumyananda

👀 Arjen Huitema
Arjen Huitema

💻 - Mubarak Tanseer
Mubarak Tanseer

🐛 📖 + Mubarak Tanseer
Mubarak Tanseer

🐛