From c0515548ed69d9f408e2172d465ebb498be88d82 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 17 Feb 2021 21:20:21 +0000
Subject: [PATCH 1/3] docs: update README.md [skip ci]
---
README.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/README.md b/README.md
index 8ff7d16..cff18b5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
[](https://circleci.com/gh/fbertsch/generic-python-docker)
+
+[](#contributors-)
+
# Generic Dockerized Python Application
@@ -73,3 +76,23 @@ and running the tests.
make clean && make build
make test
```
+
+## 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 a45655fc70a5a62fc0a565c2b7dcbdd52f5d82b1 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 17 Feb 2021 21:20:22 +0000
Subject: [PATCH 2/3] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..cf88051
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "omidmaldar",
+ "name": "Omid",
+ "avatar_url": "https://avatars.githubusercontent.com/u/9104489?v=4",
+ "profile": "https://omidmaldar.github.io/",
+ "contributions": [
+ "code"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "generic-python-docker",
+ "projectOwner": "omidmaldar",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}
From 9b3635f71b3575b1e1b2df94412a9145e0b30d03 Mon Sep 17 00:00:00 2001
From: Omid
Date: Wed, 17 Feb 2021 23:23:08 +0200
Subject: [PATCH 3/3] Revert "docs: add omidmaldar as a contributor"
---
.all-contributorsrc | 24 ------------------------
README.md | 23 -----------------------
2 files changed, 47 deletions(-)
delete mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
deleted file mode 100644
index cf88051..0000000
--- a/.all-contributorsrc
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "files": [
- "README.md"
- ],
- "imageSize": 100,
- "commit": false,
- "contributors": [
- {
- "login": "omidmaldar",
- "name": "Omid",
- "avatar_url": "https://avatars.githubusercontent.com/u/9104489?v=4",
- "profile": "https://omidmaldar.github.io/",
- "contributions": [
- "code"
- ]
- }
- ],
- "contributorsPerLine": 7,
- "projectName": "generic-python-docker",
- "projectOwner": "omidmaldar",
- "repoType": "github",
- "repoHost": "https://github.com",
- "skipCi": true
-}
diff --git a/README.md b/README.md
index cff18b5..8ff7d16 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,4 @@
[](https://circleci.com/gh/fbertsch/generic-python-docker)
-
-[](#contributors-)
-
# Generic Dockerized Python Application
@@ -76,23 +73,3 @@ and running the tests.
make clean && make build
make test
```
-
-## 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