Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _articles/vi/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Huong dan dong gop ma nguon mo
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new article is missing the YAML front matter that the articles Jekyll collection relies on (e.g., ---\nlang: vi\ntitle: ...\ndescription: ...\nclass: ...\norder: ...\n---). Without front matter, Jekyll will treat this as a static file and it won’t be rendered with the article layout or included in the collection output as intended.

Suggested change
# Huong dan dong gop ma nguon mo
---
lang: vi
title: Huong dan dong gop ma nguon mo
description: Day la huong dan danh cho nguoi Viet Nam bat dau voi open source.
class: getting-started
order: 1
---
# Huong dan dong gop ma nguon mo

Copilot uses AI. Check for mistakes.
Day la huong dan danh cho nguoi Viet Nam bat dau voi open source.
Comment on lines +1 to +2
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 1 begins with an unexpected UTF-8 BOM character (invisible \ufeff) before the #, which can cause inconsistent rendering/tooling behavior. Also, since this is a Vietnamese guide, the title/intro should use proper Vietnamese diacritics (e.g., “Hướng dẫn đóng góp mã nguồn mở”, “Đây là hướng dẫn…”).

Suggested change
# Huong dan dong gop ma nguon mo
Day la huong dan danh cho nguoi Viet Nam bat dau voi open source.
# Hướng dẫn đóng góp mã nguồn mở
Đây là hướng dẫn dành cho người Việt Nam bắt đầu với open source.

Copilot uses AI. Check for mistakes.
Loading