File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -71,18 +71,18 @@ Viết commit rõ ràng, có ý nghĩa và dễ hiểu. Cấu trúc đề xuất
7171
7272#### 📌 Ví dụ:
7373
74- - ` feature: thêm ghi chú về HTTP Status Codes `
75- - ` fix: sửa chính tả trong file design-patterns.md `
76- - ` update: cập nhật ví dụ cho binary search `
77- - ` remove: xoá ghi chú trùng lặp trong folder aws `
78- - ` docs: thêm hướng dẫn cách tạo pull request `
74+ - ` feature: add notes on HTTP Status Codes `
75+ - ` fix: correct typos in design-patterns.md `
76+ - ` update: improve binary search examples `
77+ - ` remove: delete duplicate notes in aws folder `
78+ - ` docs: add instructions for creating pull requests `
7979
8080#### 🧠 Gợi ý thêm:
8181
82- - Có thể viết bằng ** tiếng Việt hoặc tiếng Anh** (nhất quán trong 1 pull request)
83- - ** Tránh commit mơ hồ** như: ` update 1 ` , ` fix lỗi ` , ` test `
82+ - Bạn chỉ có thể viết bằng ** tiếng Anh**
83+ - ** Tránh commit mơ hồ** như: ` update 1 ` , ` fix bug ` , ` test `
8484- Nếu liên quan issue, thêm số vào cuối:
85- 👉 ` fix: lỗi chính tả trong aws-note #12 `
85+ 👉 ` fix: typo in aws-note #12 `
8686
8787
8888### 5. Commit & Push
You can’t perform that action at this time.
0 commit comments