Skip to content

docs(vi): add Vietnamese getting started guide draft#3617

Open
maitamdev wants to merge 1 commit intogithub:mainfrom
maitamdev:fix-typo-vi
Open

docs(vi): add Vietnamese getting started guide draft#3617
maitamdev wants to merge 1 commit intogithub:mainfrom
maitamdev:fix-typo-vi

Conversation

@maitamdev
Copy link

Adding a draft of the Vietnamese (vi) getting started guide to help Vietnamese developers begin their open source journey.

This is a starting point that can be expanded by Vietnamese-speaking contributors.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds an initial Vietnamese (“vi”) getting-started guide draft intended to help Vietnamese developers begin contributing to open source.

Changes:

  • Introduces a new Vietnamese article file for a getting-started guide draft.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@@ -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.
Comment on lines +1 to +2
# Huong dan dong gop ma nguon mo
Day la huong dan danh cho nguoi Viet Nam bat dau voi open source.
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants