jiakeboge
+I'm a software engineer with a passion for building AI applications.
+I'm a software engineer with a passion for building AI applications.
+
+
+## 點擊Fork按鈕来Fork這個程式碼倉庫(repo)
+
+## Clone(克隆)你對這個專案的Fork
+
+在你對這個專案的Fork倉庫中 , 點擊code按鈕。選擇SSH項然後點擊 `copy to clipboard` 按鈕。
+
+
+打開一個終端然後運行 `git clone` 命令
+
+```bash
+git clone "url you copied"
+```
+
+> [!IMPORTANT]
+> 在以下步驟當中,当你看見 `
+
+## 創建一個分支(branch)
+
+如果當前不在程式碼倉庫路徑下的话,請移動到那裡。
+
+```bash
+cd code-contributions
+```
+
+用 `git switch` 命令創建一個分支
+
+```bash
+git switch -c add-A small bio about you (optional)
+
+
+然後提交合併分支的請求(pull request,簡稱pr)
+
+
+
+一旦你做出的改變被合併,你將會收到一封提示性的郵件。
diff --git a/docs/translations/cn-hk/README.cn-hk.md b/docs/translations/cn-hk/README.cn-hk.md
new file mode 100644
index 00000000..8779e3e9
--- /dev/null
+++ b/docs/translations/cn-hk/README.cn-hk.md
@@ -0,0 +1,7 @@
+# 程式碼提交
+
+這是一個用來讓你練習給有程式碼的開源專案提交程式碼的專案
+
+我们希望你已经完成了[“第一次提交”專案](https://github.com/firstcontributions/first-contributions)上的练习
+
+前往 [“提交指南”](CONTRIBUTING.zh-Hant.md) 開始這個練習吧!
diff --git a/docs/translations/cn_hk/CONTRIBUTING.cn_hk.md b/docs/translations/cn_hk/CONTRIBUTING.cn_hk.md
new file mode 100644
index 00000000..5aed9f59
--- /dev/null
+++ b/docs/translations/cn_hk/CONTRIBUTING.cn_hk.md
@@ -0,0 +1,143 @@
+# 提交的步驟
+
+
+
+## 點擊Fork按鈕来Fork這個代碼倉庫(repo)
+
+## Clone(克隆)你對這個專案的Fork
+
+在你對這個專案的Fork倉庫中 , 點擊code按鈕。選擇SSH項然後點擊 `copy to clipboard` 按鈕。
+
+
+打開一個終端然後運行 `git clone` 命令
+
+```bash
+git clone "url you copied"
+```
+
+> [!IMPORTANT]
+> 在以下步驟當中,当你看見 `
+
+## 創建一個分支(branch)
+
+如果當前不在代碼倉庫路徑下的话,請移動到那裡。
+
+```bash
+cd code-contributions
+```
+
+用 `git switch` 命令創建一個分支
+
+```bash
+git switch -c add-A small bio about you (optional)
+
+
+然後提交合併分支的請求(pull request,簡稱pr)
+
+
+
+一旦你做出的改變被合併,你將會收到一封提示性的郵件。
diff --git a/docs/translations/cn_hk/README.cn_hk.md b/docs/translations/cn_hk/README.cn_hk.md
new file mode 100644
index 00000000..b44eca8b
--- /dev/null
+++ b/docs/translations/cn_hk/README.cn_hk.md
@@ -0,0 +1,7 @@
+# 代碼提交
+
+這是一個用來讓你練習給有代碼的開源專案提交代碼的專案
+
+我们希望你已经完成了[“第一次提交”專案](https://github.com/firstcontributions/first-contributions)上的练习
+
+前往 [“提交指南”](CONTRIBUTING.cn_hk.md) 開始這個練習吧!