From 7535e3d88072f3986d69a5c45efbd0f3059becb6 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 8 Jan 2020 02:29:52 +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 f6c18d4..e082980 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# Jumpstart Guides
+
+[](#contributors-)
+
Jumpstart Guides uses [docsify](https://docsify.js.org/#/) to generate our guides.
@@ -31,3 +34,22 @@ npm start
```
See docsify's documentation https://docsify.js.org
+
+## 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 d5d78b757a9028d4a1f73350f968e6cf46a9edbc Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 8 Jan 2020 02:29:53 +0000
Subject: [PATCH 2/2] 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..9a28b34
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "elsonlim-tw",
+ "name": "Elson",
+ "avatar_url": "https://avatars1.githubusercontent.com/u/49974808?v=4",
+ "profile": "https://github.com/elsonlim-tw",
+ "contributions": [
+ "content"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "guides",
+ "projectOwner": "thoughtworks-jumpstart",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}