From da50117ee40a31071e31517d7d5ef062c305dfa1 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 5 Nov 2024 18:25:22 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/README.md b/README.md
index dcf3af0..8f9342a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# [Origen](https://github.com/origadmin/origen) efficiency assistant
+
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
+
> A OrigAdmin efficiency assistant that provides project initialization, code generation, business integration, improves work efficiency, and quickly completes the development process.
@@ -40,3 +43,25 @@ See the [CODE_OF_CONDUCT.md](.github/CODE_OF_CONDUCT.md) file for details.
- [GitHub](https://github.com/origadmin)
+
+## Contributors ✨
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+
+
+
+
+
+
+
+
+
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
\ No newline at end of file
From 6cc489822104e564b79a235a721f8a7a0de3675c Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 5 Nov 2024 18:25:23 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..34f2309
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,28 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "commitType": "docs",
+ "commitConvention": "angular",
+ "contributors": [
+ {
+ "login": "exuan",
+ "name": "xuan",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1683921?v=4",
+ "profile": "http://www.exuan.org",
+ "contributions": [
+ "infra",
+ "test",
+ "code"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "skipCi": true,
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "projectName": "origen",
+ "projectOwner": "origadmin"
+}