From 6306fd8bbad7e383b076163290b9e7aa8dc2dd2c Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 29 Oct 2020 09:53:55 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/README.md b/README.md
index 70a9eb5..208aa72 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# Verzettler
+
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
+
Currently this project is in alpha-beta stage.
I'm using it a lot personally, but I haven't had
@@ -22,3 +25,22 @@ pip3 install pre-commit
cd verzettler
pre-commit install
```
+
+## 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 3a3dc72d1a208e83fed279e779c981d0d3d70cbc Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 29 Oct 2020 09:53:56 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..2d5766b
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,26 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "Pablo2m",
+ "name": "Pablo2m",
+ "avatar_url": "https://avatars3.githubusercontent.com/u/557413?v=4",
+ "profile": "https://github.com/Pablo2m",
+ "contributions": [
+ "code",
+ "bug",
+ "ideas"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "verzettler",
+ "projectOwner": "klieret",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}