Skip to content

Commit 1e7f4ac

Browse files
committed
docs: readme: highlight goals
1 parent 94773f3 commit 1e7f4ac

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323

2424
## Goals
2525

26-
- [Master] - **Core language features of Modern C++** and their usage scenarios
27-
- [Master] - The ability to **identify and debug issues** using compiler error messages
28-
- [Familiarize] - The ability to solve unfamiliar C++ problems using documentation and [cppreference](https://cppreference.com)
29-
- [Understand] - How to participate in the technical community — using open-source projects, asking questions, joining discussions, or contributing
26+
- **`[Master]`** - **Core language features of Modern C++** and their usage scenarios
27+
- **`[Master]`** - The ability to **identify and debug issues** using compiler error messages
28+
- **`[Familiarize]`** - The ability to solve unfamiliar C++ problems using documentation and [cppreference](https://cppreference.com)
29+
- **`[Understand]`** - How to participate in the technical community — using open-source projects, asking questions, joining discussions, or contributing
3030

3131
## Quick Start
3232

README.zh.hant.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323

2424
## 目標
2525

26-
- [掌握] - **現代C++核心的語言特性**及使用場景
27-
- [掌握] - 透過編譯器報錯資訊**定位問題的能力**
28-
- [熟悉] - 透過文件和[cppreference](https://cppreference.com)解決C++中不熟悉問題的能力
29-
- [了解] - 如何參與技術社群 - 開源專案的使用、提出問題、參與討論或貢獻
26+
- **`[掌握]`** - **現代C++核心的語言特性**及使用場景
27+
- **`[掌握]`** - 透過編譯器報錯資訊**定位問題的能力**
28+
- **`[熟悉]`** - 透過文件和[cppreference](https://cppreference.com)解決C++中不熟悉問題的能力
29+
- **`[了解]`** - 如何參與技術社群 - 開源專案的使用、提出問題、參與討論或貢獻
3030

3131
## 快速開始
3232

README.zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323

2424
## 目标
2525

26-
- [掌握] - **现代C++核心的语言特性**及使用场景
27-
- [掌握] - 通过编译器报错信息**定位问题的能力**
28-
- [熟悉] - 通过文档和[cppreference](https://cppreference.com)解决C++中不熟悉问题的能力
29-
- [了解] - 如何参与技术社区 - 开源项目的使用、提问题、参与讨论或贡献
26+
- **`[掌握]`** - **现代C++核心的语言特性**及使用场景
27+
- **`[掌握]`** - 通过编译器报错信息**定位问题的能力**
28+
- **`[熟悉]`** - 通过文档和[cppreference](https://cppreference.com)解决C++中不熟悉问题的能力
29+
- **`[了解]`** - 如何参与技术社区 - 开源项目的使用、提问题、参与讨论或贡献
3030

3131
## 快速开始
3232

0 commit comments

Comments
 (0)