Skip to content

Commit 2fa8a46

Browse files
authored
Update CONTRIBUTING_vi.md
1 parent 174e38c commit 2fa8a46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING_vi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Nhấn nút "Fork" ở góc trên bên phải trang GitHub để tạo một b
2424
### 2. Clone về máy
2525

2626
```bash
27-
git clone https://github.com/ten-cua-ban/tech-notes-hub.git
27+
git clone https://github.com/ten-cua-ban/tech-notes.git
2828
cd tech-notes-hub
2929
```
3030

@@ -33,7 +33,7 @@ cd tech-notes-hub
3333
Đặt tên nhánh rõ ràng, mô tả ngắn gọn nội dung bạn sẽ thêm hoặc sửa:
3434

3535
```bash
36-
git checkout -b feature/them-thuat-toan-do-thi
36+
git checkout -b feature/add-graph-algorithms
3737
```
3838

3939
### 4. Thực hiện thay đổi
@@ -49,7 +49,7 @@ git checkout -b feature/them-thuat-toan-do-thi
4949
```bash
5050
git add .
5151
git commit -m "Thêm ghi chú về thuật toán đồ thị"
52-
git push origin feature/them-thuat-toan-do-thi
52+
git push origin feature/add-graph-algorithms
5353
```
5454

5555
### 6. Tạo Pull Request
@@ -71,8 +71,8 @@ Trước khi gửi, hãy đảm bảo:
7171

7272
## 📁 Quy tắc đặt tên file & thư mục
7373

74-
* Tên file và thư mục dùng chữ thường và dấu gạch ngang: `duyet-do-thi.md`
75-
* Nếu là bản dịch, thêm hậu tố ngôn ngữ: `duyet-do-thi_vi.md`
74+
* Tên file và thư mục dùng chữ thường và dấu gạch ngang: `graph-traversal.md`
75+
* Nếu là bản dịch, thêm hậu tố ngôn ngữ: `graph-traversal_vi.md`
7676
* Ghi chú nên được nhóm theo thư mục chuyên đề (ví dụ: `algorithms/`, `aws/`, `design-patterns/`)
7777

7878
## 🤝 Quy tắc ứng xử

0 commit comments

Comments
 (0)