From 2332e5595b7178aa5b1a900dd59c48be6fe07165 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 5 Dec 2023 14:13: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 89930c78..3131290f 100644
--- a/README.md
+++ b/README.md
@@ -283,7 +283,7 @@ If you are trying to use this package with Android Virtual Emulator (AVD), you m
For detailed PRs (excluding myself), please see [this link](https://github.com/fzyzcjy/flutter_convenient_test/pulls?q=is%3Apr+-author%3Afzyzcjy+).
-[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-)
+[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-)
@@ -304,6 +304,7 @@ For detailed PRs (excluding myself), please see [this link](https://github.com/f
Alex Li 💻 |
getBoolean 💻 |
gilice 💻 |
+ Max Jakobitsch 💻 |
From bc6b4975d02b82657877ce1a4f1dc61af25dd37b Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 5 Dec 2023 14:13: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 1014be7c..2aa97718 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -96,6 +96,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "madmini",
+ "name": "Max Jakobitsch",
+ "avatar_url": "https://avatars.githubusercontent.com/u/26089559?v=4",
+ "profile": "https://github.com/madmini",
+ "contributions": [
+ "code"
+ ]
}
],
"contributorsPerLine": 7,
@@ -103,5 +112,6 @@
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "flutter_convenient_test",
- "projectOwner": "fzyzcjy"
+ "projectOwner": "fzyzcjy",
+ "commitType": "docs"
}