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) 開始這個練習吧!
From 538ee0f83b4529b787c862d7ebf4d5c67aa146b9 Mon Sep 17 00:00:00 2001
From: jiakeboge <28388982+jiakeboge@users.noreply.github.com>
Date: Wed, 12 Nov 2025 13:23:20 +0800
Subject: [PATCH 3/3] feat: add Traditional Chinese translation files and
update README
---
README.md | 1 +
docs/translations/Translations.md | 1 +
docs/translations/cn_hk/CONTRIBUTING.cn_hk.md | 143 ++++++++++++++++++
docs/translations/cn_hk/README.cn_hk.md | 7 +
4 files changed, 152 insertions(+)
create mode 100644 docs/translations/cn_hk/CONTRIBUTING.cn_hk.md
create mode 100644 docs/translations/cn_hk/README.cn_hk.md
diff --git a/README.md b/README.md
index 7b3b7902..f4f00b2c 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ Head over to [contribution guide](https://github.com/Roshanjossey/code-contribut
[
+
+## 點擊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) 開始這個練習吧!