From a5640dadcf6c63c93778e3a2e96f77bd5e0b3b27 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 11 Jan 2024 15:36:29 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/README.md b/README.md
index cc8d259..d97d5e7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# Iktickets
+
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
+
## Description
@@ -99,6 +102,20 @@ If you find this plugin helpful, consider supporting its development via [PayPal
+
+
+
+
+
+
+
+
From ea0893cb45da7e4f5a49ab849a0852511d3bddef Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 11 Jan 2024 15:36:31 +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..9436932
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,28 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "commitType": "docs",
+ "commitConvention": "angular",
+ "contributors": [
+ {
+ "login": "MarJC5",
+ "name": "Martin Jean-Christio",
+ "avatar_url": "https://avatars.githubusercontent.com/u/27312102?v=4",
+ "profile": "http://jean-christio.ch",
+ "contributions": [
+ "infra",
+ "test",
+ "code"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "skipCi": true,
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "projectName": "iktickets",
+ "projectOwner": "misits"
+}