From 81806e253b40077dd841ad3c6cb6a45792b770a1 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sun, 24 Jan 2021 14:13:07 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/README.md b/README.md
index e2ca52d..8836016 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# 提問的智慧
+
+[](#contributors-)
+
[](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/pulls)
**How To Ask Questions The Smart Way**
@@ -669,3 +672,23 @@ RTFM 有一個年輕的親戚。如果你收到```STFW(Search The Fucking Web
## 鳴謝
Evelyn Mitchel 貢獻了一些愚蠢問題例子並啟發了編寫```如何更好地回答問題```這一節, Mikhail Ramendik 貢獻了一些特別有價值的建議和改進。
+
+## 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 9b5496ed03d6ed91b984af9e87c6310ed230a7d0 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sun, 24 Jan 2021 14:13:08 +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..92f56ca
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "FredWe",
+ "name": "Fred",
+ "avatar_url": "https://avatars.githubusercontent.com/u/7354718?v=4",
+ "profile": "http://fredwe.info",
+ "contributions": [
+ "translation"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "How-To-Ask-Questions-The-Smart-Way",
+ "projectOwner": "ryanhanwu",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}