From c249148d8033581894b1f14fbbca56ae34367f80 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 7 Aug 2019 21:26:36 +0000
Subject: [PATCH 1/3] docs: update README.md
---
README.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/README.md b/README.md
index f3b61e3..3787643 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
[](https://github.com/solokeys/solo/blob/master/LICENSE)
+[](#contributors)
[](https://travis-ci.com/solokeys/solo)
[](https://discourse.solokeys.com)
[](https://keybase.io/team/solokeys.public)
@@ -132,3 +133,19 @@ You may use Solo documentation under the terms of the CC-BY-SA 4.0 license
# Where To Buy Solo
You can buy Solo, Solo Tap, and Solo for Hackers at [solokeys.com](https://solokeys.com).
+
+## 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 c18a08b14b814c1803a73b1d1fa487976e518b6f Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 7 Aug 2019 21:26:37 +0000
Subject: [PATCH 2/3] docs: create .all-contributorsrc
---
.all-contributorsrc | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..36978dd
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,23 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "szszszsz",
+ "name": "Szczepan Zalega",
+ "avatar_url": "https://avatars0.githubusercontent.com/u/17005426?v=4",
+ "profile": "https://github.com/szszszsz",
+ "contributions": [
+ "code"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "solo",
+ "projectOwner": "solokeys",
+ "repoType": "github",
+ "repoHost": "https://github.com"
+}
From b4b59a6d4df33487031d1ad8924eb0ff9aa97330 Mon Sep 17 00:00:00 2001
From: Nicolas Stalder
Date: Wed, 7 Aug 2019 23:39:11 +0200
Subject: [PATCH 3/3] Merge all-contributors with existing Contributors section
---
README.md | 33 +++++++++++++++------------------
1 file changed, 15 insertions(+), 18 deletions(-)
diff --git a/README.md b/README.md
index 3787643..edfcc63 100644
--- a/README.md
+++ b/README.md
@@ -105,14 +105,26 @@ You can find more details in our [documentation](https://docs.solokeys.io/solo/)
Check out our [official documentation](https://docs.solokeys.io/solo/).
-# Contributors
+# Contributors ✨
Solo is an upgrade to [U2F Zero](https://github.com/conorpp/u2f-zero). It was born from Conor's passion for making secure hardware, and from our shared belief that security should be open to be trustworthy, in hardware like in software.
-Contributors are welcome. The ultimate goal is to have a FIDO2 security key supporting USB, NFC, and BLE interfaces, that can run on a variety of MCUs.
-
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
+The ultimate goal is to have a FIDO2 security key supporting USB, NFC, and BLE interfaces, that can run on a variety of MCUs.
Look at the issues to see what is currently being worked on. Feel free to add issues as well.
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+
+
+
+
+
+
# License
@@ -134,18 +146,3 @@ You may use Solo documentation under the terms of the CC-BY-SA 4.0 license
You can buy Solo, Solo Tap, and Solo for Hackers at [solokeys.com](https://solokeys.com).
-## 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