From b21880a0db431cd63e9e3a843497c899019ee6fc Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 20 Nov 2023 14:38:46 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/README.md b/README.md
index 29c21fc9c..0f7599e32 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# ![UnfoldMakie - Advanced EEG and ERP Plotting](https://github.com/unfoldtoolbox/UnfoldMakie.jl/assets/57703446/26b770b3-afa0-4652-b654-82d2f737f42f)
+
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://unfoldtoolbox.github.io/UnfoldMakie.jl/dev)
@@ -102,6 +105,21 @@ If you make use of theses visualizations, please cite:
## Contributors (alphabetically)
- **Daniel Baumgartner**
+
+
+
+
+
+
+
+
+
- **Benedikt Ehinger**
- **Sören Döring**
- **Niklas Gärtner**
From 04fee7b6ddc4415e84e69622d76539ca21349714 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 20 Nov 2023 14:38:47 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 000000000..97b17555b
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,35 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "commitType": "docs",
+ "commitConvention": "angular",
+ "contributors": [
+ {
+ "login": "behinger",
+ "name": "Benedikt Ehinger",
+ "avatar_url": "https://avatars.githubusercontent.com/u/10183650?v=4",
+ "profile": "http://www.benediktehinger.de",
+ "contributions": [
+ "bug",
+ "code",
+ "doc",
+ "ideas",
+ "infra",
+ "maintenance",
+ "question",
+ "review",
+ "test",
+ "tutorial"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "skipCi": true,
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "projectName": "UnfoldMakie.jl",
+ "projectOwner": "unfoldtoolbox"
+}